Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle ECS-compatible server logs emitted by ES 8.0.0+ #17714

Merged
merged 3 commits into from
Apr 16, 2020

Conversation

ycombinator
Copy link
Contributor

@ycombinator ycombinator commented Apr 14, 2020

What does this PR do?

With elastic/elasticsearch#47105 merged, starting with 8.0.0, Elasticsearch will emit ECS-compatible server (and other types of) logs. This PR enhances the elasticsearch/server fileset's ingestion pipeline to handle this new server log format, while also remaining backwards-compatible with the previous (7.x) server log format.

Why is it important?

So the Filebeat elasticsearch/server fileset can handle current as well as upcoming Elasticsearch server log formats.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@ycombinator ycombinator added Feature:Stack Monitoring Team:Services (Deprecated) Label for the former Integrations-Services team labels Apr 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/stack-monitoring (Stack monitoring)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@ycombinator
Copy link
Contributor Author

jenkins, test this please

Copy link
Contributor

@leehinman leehinman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

@ycombinator ycombinator merged commit 65fafea into elastic:master Apr 16, 2020
@ycombinator ycombinator deleted the fb-es-server-800-ecs branch April 16, 2020 16:33
@ycombinator ycombinator removed the needs_backport PR is waiting to be backported to other branches. label Apr 16, 2020
ycombinator added a commit to ycombinator/beats that referenced this pull request Apr 16, 2020
* Handle ECS-compatible server logs emitted by ES 8.0.0+

* Adding CHANGELOG entry

* Adding a couple more log entries
ycombinator added a commit that referenced this pull request Apr 17, 2020
…#17763)

* Handle ECS-compatible server logs emitted by ES 8.0.0+ (#17714)

* Handle ECS-compatible server logs emitted by ES 8.0.0+

* Adding CHANGELOG entry

* Adding a couple more log entries

* Fixing CHANGELOG after rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Stack Monitoring Team:Services (Deprecated) Label for the former Integrations-Services team v7.8.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants