Skip to content

Commit

Permalink
don't index cip_io.io_data above the first few bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 1, 2022
1 parent 32c3f65 commit f1c378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/malcolm_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"zeek.cip_identity.vendor_name": { "type": "keyword" },
"zeek.cip_io.connection_id": { "type": "keyword" },
"zeek.cip_io.data_length": { "type": "integer" },
"zeek.cip_io.io_data": { "type": "keyword", "ignore_above": 128, "fields": { "text": { "type": "text", "norms": false } } },
"zeek.cip_io.io_data": { "type": "keyword", "ignore_above": 8, "fields": { "text": { "type": "text", "norms": false } } },
"zeek.cip_io.sequence_number": { "type": "integer" },
"zeek.conn.conn_state": { "type": "keyword" },
"zeek.conn.conn_state_description": { "type": "keyword" },
Expand Down

0 comments on commit f1c378f

Please sign in to comment.