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

Update APM docs to reflect data streams #388

Closed
2 tasks
bmorelli25 opened this issue Feb 11, 2021 · 2 comments
Closed
2 tasks

Update APM docs to reflect data streams #388

bmorelli25 opened this issue Feb 11, 2021 · 2 comments
Assignees
Labels
docs Improvements or additions to documentation

Comments

@bmorelli25
Copy link
Member

bmorelli25 commented Feb 11, 2021

Summary

  • Update CCS documentation to reflect the data streams indexing pattern
  • More coming...

More information

Experimental support for data streams will be added in 7.12. In 8.0, data streams will be required. Data streams will write to pre-specified, non-editable indices (logs-apm*, metrics-apm*, traces-apm*). More info: elastic/kibana#88329.

This comment elastic/kibana#87501 (comment) explains the new indexing strategy well:

errors -> logs-apm*
transactions -> traces-apm*
spans -> traces-apm*
metrics -> metrics-apm*

The new defaults for the events should therefore look like this:

transactionIndices: schema.string({ defaultValue: 'apm-*,traces-apm*' }), 
spanIndices: schema.string({ defaultValue: 'apm-*,traces-apm*' }), 
errorIndices: schema.string({ defaultValue: 'apm-*,logs-apm*' }), 
metricsIndices: schema.string({ defaultValue: 'apm-*,metrics-apm*' })

Other issues

@bmorelli25 bmorelli25 added docs Improvements or additions to documentation v7.12.0 labels Feb 11, 2021
@bmorelli25
Copy link
Member Author

bmorelli25 commented Mar 15, 2021

Moving to at least 7.13 as we're not updating any APM Server docs outside of the APM integration heading at this time.

@bmorelli25 bmorelli25 self-assigned this Dec 22, 2021
@bmorelli25
Copy link
Member Author

Already completed in 7.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant