sipcapture / paStash

pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond :spaghetti:
http://sipcapture.io
Apache License 2.0
102 stars 28 forks source link

prefix date and time output #208

Closed Alisher-Nabiev closed 3 months ago

Alisher-Nabiev commented 4 months ago

hi, i am trying to output my index like this :

output {
  elasticsearch {
    host => 0.0.0.0
    port => 9200
    bulk_limit => 1000
    bulk_timeout => 100
    index_prefix => "netflow-%{+YYYY-MM-dd.HH}"
    data_type => netflow
  }
}

but i don't receive any index in the elastic.

it works only when i put only the name "netflow" index_prefix => netflow

Alisher-Nabiev commented 3 months ago

a