You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
hi
I give that error:
"[2020-11-06T19:16:09,898][ERROR][logstash.filters.greynoise][web][8453df660f96e99e9445345345453455bcc2275342dfde6acbf765282] Invalid IP address, skipping {:ip=>"srcip", :event=>{"logstarttime"=>"2020-07-03T........."
my config is
greynoise {
ip => srcip
key => "sdgfsdgDFGDF34534dfsdfsdfsdfs"
target => "greynoise"
hit_cache_size => 100
hit_cache_ttl => 6
}
if I change like this it is work. but I want to check all my srcip automaticly. please help . thanks
greynoise {
ip => "8.8.8.8"
key => "sdgfsdgDFGDF34534dfsdfsdfsdfs"
target => "greynoise"
hit_cache_size => 100
hit_cache_ttl => 6
}
The text was updated successfully, but these errors were encountered: