Extension labeling and versioning in Metadata #477
pagbabian-splunk
started this conversation in
Proposals
Replies: 3 comments
-
Yes, agreed. Going back to existing extensions makes sense. As you stated version would be very important too. +1 vote. { |
Beta Was this translation helpful? Give feedback.
0 replies
-
Something basic: { We could add "type". I think that was the intention of "meta". |
Beta Was this translation helpful? Give feedback.
0 replies
-
This appears to have been implemented in #503 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is no way within an event to determine whether an extension is part of the event, unless the extension is a net-new event class (or possibly Profile etc) with new names that indicate who has extended the schema. For example, Splunk had a Network File Activity extension class, and a Detection Report extension class which would not have been obvious as to who extended the schema. Even with a descriptive name indicating the extender, there may be more than one version of the extension.
At the expense of further bloat of the event, I'm suggesting that Metadata more explicitly have a place to indicate the producer or consumer that has extended that portion of the schema, and their version. The version may in fact be more important than the vendor, since just an event name with vendor prefix, for example, would not convey what version.
Beta Was this translation helpful? Give feedback.
All reactions