-
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
Add default evenhub settings for each log type #27459
Conversation
When we only put one default eventhub settings in this reference, the user might be confused they can use a single eventhub for all event types even the field mappings and parsing logic are different. Let's add all default settings with the notes that the user needs to understand each log type has different fields, expicitly.
Pinging @elastic/obs-docs (Team:Docs) |
💚 Build Succeeded
Expand to view the summary
Build stats
Trends 🧪❕ Flaky test reportNo test was executed to be analysed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Insuk! I'll get this merged and cherry-picked once the tests are green.
OK, I think I fixed the lint issues. This is a generated file, so the change has to be made in the source file and propagated with |
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
…ic#27510) Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co> Co-authored-by: Insuk (Chris) Cho <isi.cho@gmail.com>
What does this PR do?
When we only put one default eventhub settings in this reference, the user might be confused they can use a single eventhub for all event types even the field mappings and parsing logic are different. Let's add all default settings with the notes that the user needs to understand each log type has different fields, expicitly.
Why is it important?
The user could use one single eventhub and having trouble when the logs are parsed from Elasticsearch side.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.