-
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 missing country_name geo field in add host metadata #20811
Conversation
Pinging @elastic/integrations (Team:Integrations) |
Add `country_name` to the list of geo fields that can be added with `add_host_metadata` and `add_observer_metadata`.
8ab7933
to
7660ff3
Compare
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!
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Add `country_name` to the list of geo fields that can be added with `add_host_metadata` and `add_observer_metadata`. (cherry picked from commit 795c86f)
Add `country_name` to the list of geo fields that can be added with `add_host_metadata` and `add_observer_metadata`. (cherry picked from commit 795c86f)
Add `country_name` to the list of geo fields that can be added with `add_host_metadata` and `add_observer_metadata`.
… (elastic#20817) Add `country_name` to the list of geo fields that can be added with `add_host_metadata` and `add_observer_metadata`. (cherry picked from commit 34a007e)
What does this PR do?
Add missing
country_name
geo field inadd_host_metadata
andadd_observer_metadata
processors.Why is it important?
Documentation includes this field, and it is also part of ECS.
Checklist
I have made corresponding changes to the documentationCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues