File tree 1 file changed +3
-1
lines changed
logstash/pipelines/enrichment
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -420,12 +420,14 @@ filter {
420
420
("ethercat" in [network][protocol]) or
421
421
("ge_srtp" in [network][protocol]) or
422
422
("genisys" in [network][protocol]) or
423
- ("cotp " in [network][protocol]) or
423
+ ("hart_ip " in [network][protocol]) or
424
424
("opcua-binary" in [network][protocol]) or
425
425
("modbus" in [network][protocol]) or
426
426
("profinet" in [network][protocol]) or
427
427
("profinet_dce_rpc" in [network][protocol]) or
428
+ ("profinet_io_cm" in [network][protocol]) or
428
429
("s7comm" in [network][protocol]) or
430
+ ("s7comm-plus" in [network][protocol]) or
429
431
("s7comm_plus" in [network][protocol]) or
430
432
("synchrophasor" in [network][protocol])) {
431
433
mutate { id => "mutate_add_tag_ics_from_network_protocol"
You can’t perform that action at this time.
0 commit comments