Hi @Badger,
thanks to your answer, I will try it.
so
fliter {
if "SYN" in [flow][tcp_flags] {
mutate {
add_field => {
"has_syn" => "true"
}
}
}
}
can works as I expected?
Hi @Badger,
thanks to your answer, I will try it.
so
fliter {
if "SYN" in [flow][tcp_flags] {
mutate {
add_field => {
"has_syn" => "true"
}
}
}
}
can works as I expected?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.