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

Index Prefix in ES differs between ES and logstash or kafka output #10839

Closed
simitt opened this issue Feb 20, 2019 · 0 comments · Fixed by #10841
Closed

Index Prefix in ES differs between ES and logstash or kafka output #10839

simitt opened this issue Feb 20, 2019 · 0 comments · Fixed by #10841
Labels

Comments

@simitt
Copy link
Contributor

simitt commented Feb 20, 2019

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 uses beat.Info.Beat as default index.
In case IndexPrefix and Beat 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

@simitt simitt added the bug label Feb 20, 2019
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
* Use IndexPrefix for kafka and logstash output. (#10841)

Output index differed to Elasticsearch output.

fixes #10839
simitt added a commit that referenced this issue Feb 28, 2019
* Use IndexPrefix for kafka and logstash output. (#10841)

Output index differed to Elasticsearch output.

fixes #10839
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant