Skip to content

Commit

Permalink
set category fields in default anomaly detectors to give a better br…
Browse files Browse the repository at this point in the history
…eakdown of contributors, idaholab/Malcolm#idaholab#464
  • Loading branch information
mmguero committed Apr 25, 2024
1 parent dc6bd91 commit 12d32eb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
9 changes: 5 additions & 4 deletions dashboards/anomaly_detectors/action_result_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"indices": [
"MALCOLM_NETWORK_INDEX_PATTERN_REPLACER"
],
"category_field": [
"network.protocol"
],
"feature_attributes": [
{
"feature_name": "event_action",
Expand Down Expand Up @@ -81,5 +78,9 @@
"interval": 10,
"unit": "MINUTES"
}
}
},
"category_field": [
"event.action",
"event.result"
]
}
5 changes: 4 additions & 1 deletion dashboards/anomaly_detectors/file_mime_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"interval": 1,
"unit": "Minutes"
}
}
},
"category_field": [
"file.mime_type"
]
}
5 changes: 4 additions & 1 deletion dashboards/anomaly_detectors/network_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"interval": 1,
"unit": "Minutes"
}
}
},
"category_field": [
"network.protocol"
]
}
6 changes: 5 additions & 1 deletion dashboards/anomaly_detectors/total_bytes.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@
"interval": 1,
"unit": "Minutes"
}
}
},
"category_field": [
"source.ip",
"destination.ip"
]
}

0 comments on commit 12d32eb

Please sign in to comment.