Community ID 处理器
编辑Community ID 处理器
编辑根据 Community ID 规范的定义,计算网络流数据的 Community ID。您可以使用 Community ID 来关联与单个流相关的网络事件。
Community ID 处理器默认从相关的 Elastic Common Schema (ECS) 字段读取网络流数据。如果您使用 ECS,则无需任何配置。
表 8. Community ID 选项
名称 | 必需 | 默认值 | 描述 |
---|---|---|---|
|
否 |
|
包含源 IP 地址的字段。 |
|
否 |
|
source.port |
|
否 |
|
否 |
|
否 |
|
destination_port |
|
否 |
|
包含目标端口的字段。 |
|
否 |
|
network.iana_number |
|
否 |
|
否 |
|
否 |
|
icmp_code |
|
否 |
|
包含 ICMP 代码的字段。 |
|
否 |
|
否 |
|
否 |
|
target_field |
|
否 |
- |
network.community_id |
|
否 |
- |
seed |
|
否 |
|
ignore_missing |
|
否 |
- |
true |
|
否 |
- |
description |
否
{ "description" : "...", "processors" : [ { "community_id": { } } ] }
处理器的描述。用于描述处理器的用途或其配置。
{ "_source": { "source": { "ip": "123.124.125.126", "port": 12345 }, "destination": { "ip": "55.56.57.58", "port": 80 }, "network": { "transport": "TCP" } } }
if
"_source" : { "destination" : { "port" : 80, "ip" : "55.56.57.58" }, "source" : { "port" : 12345, "ip" : "123.124.125.126" }, "network" : { "community_id" : "1:9qr9Z1LViXcNwtLVOHZ3CL8MlyM=", "transport" : "TCP" } }