Skip to content

Instantly share code, notes, and snippets.

{
"unifisyslog" : {
"order" : 0,
"index_patterns" : [
"unifisyslog-*"
],
"settings" : {
"index" : {
"number_of_shards" : "1",
"number_of_replicas" : "1"
input {
udp {
type => "syslog"
port => 5515
}
}
filter {
grok {
match => { "message" => "%{GREEDYDATA:raw_message}" }