Skip to content

Commit

Permalink
evtx fields for template
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 12, 2024
1 parent 1008803 commit 915367b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboards/templates/composable/component/evtx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"EventData.Category_ID": { "type": "keyword" },
"EventData.Category_Name": { "type": "keyword" },
"EventData.CategoryId": { "type": "keyword" },
"EventData.ChangeType": { "type": "keyword" },
"EventData.ChannelName": { "type": "keyword" },
"EventData.ClientIP": { "type": "keyword" },
"EventData.ClientMode": { "type": "integer" },
Expand Down Expand Up @@ -272,6 +273,7 @@
"EventData.Signature_Version": { "type": "keyword" },
"EventData.SignatureStatus": { "type": "keyword" },
"EventData.Signed": { "type": "keyword" },
"EventData.Source": { "type": "keyword" },
"EventData.Source_ID": { "type": "keyword" },
"EventData.Source_Name": { "type": "keyword" },
"EventData.SourceAddress": { "type": "keyword" },
Expand Down

0 comments on commit 915367b

Please sign in to comment.