Skip to content

Commit

Permalink
Remove generic event classes other than system and IAM
Browse files Browse the repository at this point in the history
  • Loading branch information
rmouritzen-splunk committed Jan 7, 2025
1 parent 88a1403 commit e79def6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions events/application/application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"uid": 0,
"caption": "Application Activity",
"description": "The Application Activity event is a generic event for application activity events. As a generic event, it could be used to log events that are not otherwise defined by the Application Activity category. <b>Note:</b> this event class should not be used a final solution. This generic event class should only be used temporarily until time can be spent mapping to a specific event class.",
"category": "application",
"extends": "base_event",
"name": "application",
Expand Down
3 changes: 1 addition & 2 deletions events/discovery/discovery.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"uid": 0,
"caption": "Discovery",
"category": "discovery",
"description": "The Discovery event is a generic event that defines a set of attributes available in Discovery category events. As a generic event, it could be used to log events that are not otherwise defined by the Discovery specific event classes. <b>Note:</b> this event class should not be used a final solution. This generic event class should only be used temporarily until time can be spent mapping to a specific event class.",
"description": "The Discovery event is a generic event that defines a set of attributes available in Discovery category events. As a generic event, it could be used to log events that are not otherwise defined by the Discovery specific event classes.",
"extends": "base_event",
"name": "discovery",
"attributes": {
Expand Down
3 changes: 1 addition & 2 deletions events/findings/finding.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"uid": 0,
"caption": "Finding",
"category": "findings",
"description": "The Finding event is a generic event that defines a set of attributes available in the Findings category. As a generic event, it could be used to log events that are not otherwise defined by the Findings category. <b>Note:</b> this event class should not be used a final solution. This generic event class should only be used temporarily until time can be spent mapping to a specific event class.",
"description": "The Finding event is a generic event that defines a set of attributes available in the Findings category.",
"extends": "base_event",
"name": "finding",
"profiles": [
Expand Down
3 changes: 1 addition & 2 deletions events/network/network.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"uid": 0,
"caption": "Network",
"category": "network",
"description": "Network event is a generic event that defines a set of attributes available in the Network category. As a generic event, it could be used to log events that are not otherwise defined by the Network category. <b>Note:</b> this event class should not be used a final solution. This generic event class should only be used temporarily until time can be spent mapping to a specific event class.",
"description": "Network event is a generic event that defines a set of attributes available in the Network category.",
"extends": "base_event",
"name": "network",
"attributes": {
Expand Down
3 changes: 1 addition & 2 deletions events/unmanned_systems/unmanned_systems.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"uid": 0,
"caption": "Unmanned Systems",
"category": "unmanned_systems",
"description": "The Unmanned Systems event is a generic event that defines a set of attributes available in the Unmanned Systems category. As a generic event, it could be used to log events that are not otherwise defined by the Unmanned Systems category. <b>Note:</b> this event class should not be used a final solution. This generic event class should only be used temporarily until time can be spent mapping to a specific event class.",
"description": "The Unmanned Systems event is a generic event that defines a set of attributes available in the Unmanned Systems category.",
"extends": "base_event",
"name": "unmanned_systems",
"attributes": {
Expand Down

0 comments on commit e79def6

Please sign in to comment.