Move profiles from Metadata to the Base Event class #471
pagbabian-splunk
started this conversation in
Proposals
Replies: 0 comments
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.
-
the
profiles
array of Profile strings is currently in themetadata
Metadata object, in the Base Event class.profiles
array of Profile objects should be a Classification group attribute, as it defines additional structure for an event class, by imparting attributes. As such it should be at the Base Event class level, along withclass_uid
et al.This would be a breaking change and should be considered before GA.
8 votes ·
Beta Was this translation helpful? Give feedback.
All reactions