Update ECS mapping network events doc to correct DNS request/response terminology#2582
Open
alexandra5000 wants to merge 2 commits intoelastic:mainfrom
Open
Update ECS mapping network events doc to correct DNS request/response terminology#2582alexandra5000 wants to merge 2 commits intoelastic:mainfrom
alexandra5000 wants to merge 2 commits intoelastic:mainfrom
Conversation
…t/response terminology
|
Documentation changes preview: https://docs-v3-preview.elastic.dev/elastic/ecs/pull/2582/reference/ |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
🔍 Preview links for changed docs |
trisch-me
approved these changes
Feb 5, 2026
theletterf
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. What does this PR do?
Fixes mislabeled rows in the DNS events example table on the ECS documentation page.
Specifically, this PR corrects the “event” labels for rows 3 and 4 in the DNS events table so they accurately reflect DNS query and response directionality based on source and destination IPs.
Closes #2844
2. Which ECS fields are affected/introduced?
None.
3. Why is this change necessary?
The DNS events table currently labels two example rows incorrectly:
4. Have you added/updated documentation?
YES
5. Have you built ECS and committed any newly generated files?
N/A
6. Have you run the ECS validation tests locally?
N/A
7. Anything else for the reviewers?
This is a documentation-only fix.
Generative AI disclosure
Commit Message
Fix mislabeled DNS event examples in ECS network mapping docs