Skip to content

Commit

Permalink
fix idaholab#554, filtering on Hunt ID in Arkime not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Aug 28, 2024
1 parent 490eccb commit e4d49f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboards/templates/composable/component/arkime.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"destination.geo.location": { "type": "geo_point" },
"destination.geo.longitude": { "type": "float" },
"destination.mac-cnt": { "type": "long" },
"huntId": { "type": "keyword" },
"huntName": { "type": "keyword" },
"network.vlan.id-cnt": { "type": "long" },
"source.as.full": { "type": "keyword" },
"source.geo.country_code2": { "type": "keyword" },
Expand Down

0 comments on commit e4d49f4

Please sign in to comment.