-
Notifications
You must be signed in to change notification settings - Fork 431
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
Adding cluster.id to the orchestrator field set #1875
Conversation
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.
Hi @amitkanfer thanks for submitting this pull request!
It looks straightforward to me. LGTM, based on the following rationale:
- The
cluster
object already exists withinorchestrator.cluster.name
and other fields. - It is very common, almost universal, for ECS to have an
id
field associated with aname
field. - Data type
keyword
is common forid
fields Extended
level makes sense becuase usage will be limited to a subset of use cases (those dealing with Kubernetes or other container orchestrators.)
@ebeahan Can you have a look and let us know what you think? |
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.
LGTM! Thanks, @amitkanfer!
I'll add an entry to CHANGELOG.next and merge.
* Adding cluster.id to the orchestrator field set * add a CHANGELOG entry Co-authored-by: Eric Beahan <[email protected]> (cherry picked from commit aae9f23) # Conflicts: # experimental/generated/csv/fields.csv # generated/csv/fields.csv
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* Adding cluster.id to the orchestrator field set * add a CHANGELOG entry Co-authored-by: Eric Beahan <[email protected]> (cherry picked from commit aae9f23) Co-authored-by: Amit Kanfer <[email protected]>
@amitkanfer Following a chat with @m-sample as we're aligned about using the This aligns with the requirement for ECS specs to be useful for both data consumers and data providers. |
i think it's a good idea. Do we want to further define it as a f( Makes sense? Do we want to go forward w/o the hashing function? @eyalkraft @m-sample |
make test
?make
and committed those changes?