elastic / observability-docs

Elastic Observability Documentation
Other
33 stars 161 forks source link

[Logs] Document the central logs source setting #4316

Open mdbirnstiehl opened 1 week ago

mdbirnstiehl commented 1 week ago

A new central setting as described in https://github.com/elastic/logs-dev/issues/138 should be introduced. Once in place, it can be used in progressively more places throughout the observability solution.

Project Link

mdbirnstiehl commented 1 week ago

@flash1293 @Kerry350 I was hoping I could get some input from you on this issue and on what needs to be documented. @gbamparop mentioned that it would be a good candidate for 8.16 docs, but I don't have much background on this one so I would appreciate your help filling in the gaps here.

Kerry350 commented 1 week ago

@mdbirnstiehl No problem. I'll write up some bullet points tomorrow on what this affects and how 👍

Kerry350 commented 1 week ago

@mdbirnstiehl From a high level what we've done is added a new advanced setting (called Log sources) which now influences how multiple Observability solutions access logs data (rather than having disjointed methods - hardcoded indices lists etc). The hope is that this brings consistency to data access and less surprises for users (https://github.com/elastic/logs-dev/issues/138).

Image

Right now these changes affect the following UIs:

Image

The setting is now the default option associated with the logs UI settings. This also means the setting still influences the indices queried in log threshold rules unless the user has manually changed to "indices" or "data view". Those two options are now deprecated. (https://github.com/elastic/logs-dev/issues/170)

Image

Image

Image