Handling platform specific classes and profiles #569
Closed
pagbabian-splunk
started this conversation in
Proposals
Replies: 2 comments
-
As an example, this PR adds a Linux platform to add a Linux-specific profile, which augments process objects with extra Linux-specific fields. #584 |
Beta Was this translation helpful? Give feedback.
0 replies
-
We now have Platform extensions as part of RC3. |
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
-
Per discussion over the last few weeks on how to handle "platform specific" classes and profiles, we considered a few approaches:
Item 4 will be constructed almost the same as normal extensions, but would be "first class" extensions, populated via the OCSF PR process. Unlike item 3, schema definitions would be within a
platforms
folder, rather than theextensions
folder or other extension repo.It should be noted that a normal extension could add platform specific classes and profiles that would also populate the platform section. They would only be available in the platform section when the normal extension is selected, differing from those that were part of the OCSF PR process.
Please vote by EOW if possible.
9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions