-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Index Prefix in ES differs between ES and logstash or kafka output #10839
Labels
Comments
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 20, 2019
Output index differed to Elasticsearch output. fixes elastic#10839
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 25, 2019
Output index differed to Elasticsearch output. fixes elastic#10839
simitt
added a commit
that referenced
this issue
Feb 25, 2019
Output index differed to Elasticsearch output. fixes #10839
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 25, 2019
Output index differed to Elasticsearch output. fixes elastic#10839
simitt
added a commit
to simitt/beats
that referenced
this issue
Feb 25, 2019
Output index differed to Elasticsearch output. fixes elastic#10839
simitt
added a commit
that referenced
this issue
Feb 28, 2019
simitt
added a commit
that referenced
this issue
Feb 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Writing to ES output libbeat falls back to use
beat.Info.IndexPrefix
as default index, if nothing else is configured. Using logstash or kafka, libbeat usesbeat.Info.Beat
as default index.In case
IndexPrefix
andBeat
is not the same, the resulting index in ES differs.This was originally reported as a bug in elastic/apm-server#1792
Versions: >= 6.x
The text was updated successfully, but these errors were encountered: