0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

netflowdnsnetflowdns

Posted at
# $SPLUNK_HOME/etc/system/local/transforms.conf
[setnull_dns_query]
# DNSサーバ宛(または発)のUDP/53通信を除外
REGEX = ("dest_ip":"192\.168\.10\.10"|"dest_ip":"192\.168\.10\.20").*("dest_port":53)|("src_ip":"192\.168\.10\.10"|"src_ip":"192\.168\.10\.20").*("src_port":53)
DEST_KEY = queue
FORMAT = nullQueue

# $SPLUNK_HOME/etc/system/local/props.conf
[stream:netflow]
TRANSFORMS-null_dns = setnull_dns_query
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?