Skip to content

Commit

Permalink
WIP of cisagov#356, normalize winlogbeats
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 8, 2025
1 parent 413eca5 commit 9ce0289
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboards/templates/composable/component/miscbeat.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,13 +623,13 @@
"StartAddress": { "type": "keyword" },
"StartFunction": { "type": "keyword" },
"StartModule": { "type": "keyword" },
"StartTime": { "type": "date" },
"StartTime": { "type": "keyword" },
"StartType": { "type": "keyword" },
"State": { "type": "keyword" },
"StateTransition": { "type": "keyword" },
"Status": { "type": "keyword" },
"Status_Code": { "type": "keyword" },
"StopTime": { "type": "date" },
"StopTime": { "type": "keyword" },
"string": { "type": "keyword" },
"string2": { "type": "keyword" },
"SubcategoryGuid": { "type": "keyword" },
Expand Down Expand Up @@ -667,6 +667,7 @@
"TicketEncryptionType": { "type": "keyword" },
"TicketOptions": { "type": "keyword" },
"TimeStamp": { "type": "date" },
"TimeSourceRefId": { "type": "keyword" },
"TimezoneBiasHour": { "type": "keyword" },
"TokenElevationType": { "type": "keyword" },
"TransactionId": { "type": "keyword" },
Expand Down

0 comments on commit 9ce0289

Please sign in to comment.