NetFlow
The netflow
log type records NetFlow events used during integration testing.
The following code snippet contains all the raw_field
and ecs
mappings for this log type:
"mappings": [
{
"raw_field":"netflow.source_ipv4_address",
"ecs":"source.ip"
},
{
"raw_field":"netflow.source_transport_port",
"ecs":"source.port"
},
{
"raw_field":"netflow.destination_ipv4_address",
"ecs":"destination.ip"
},
{
"raw_field":"netflow.destination_transport_port",
"ecs":"destination.port"
},
{
"raw_field":"http.request.method",
"ecs":"http.request.method"
},
{
"raw_field":"http.response.status_code",
"ecs":"http.response.status_code"
},
{
"raw_field":"timestamp",
"ecs":"timestamp"
}
]
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .