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

Ensure parsed user_agents is indexed. #1805

Closed
simitt opened this issue Jan 17, 2019 · 1 comment · Fixed by #1871
Closed

Ensure parsed user_agents is indexed. #1805

simitt opened this issue Jan 17, 2019 · 1 comment · Fixed by #1871
Assignees
Milestone

Comments

@simitt
Copy link
Contributor

simitt commented Jan 17, 2019

Keep track of elastic/elasticsearch#37329.

If the changes get merged in time for 7.0 ensure we change the user_agent_parsed (introduced in #1783) to user_agent and that fields get indexed.

Otherwise ensure that in time for 7.0 we either

  • index the current user_agent_parsed fields or
  • overwrite ECS definitions from beats and move and index the information under user_agent with the downside that it is not ECS compliant.
@simitt
Copy link
Contributor Author

simitt commented Jan 23, 2019

PR in ES: elastic/elasticsearch#37727

simitt added a commit to simitt/apm-server that referenced this issue Jan 31, 2019
Change default location for fields from user-agent pipeline to root key
`user_agent` and index fields.

fixes elastic#1805
simitt added a commit to simitt/apm-server that referenced this issue Feb 4, 2019
Change default location for fields from user-agent pipeline to root key
`user_agent` and index fields.

fixes elastic#1805
simitt added a commit that referenced this issue Feb 4, 2019
Change default location for fields from user-agent pipeline to root key
`user_agent` and index fields.

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

Successfully merging a pull request may close this issue.

3 participants