i ve 3 config but i see the 3 index is similar why ?
all index contais info all 3 index
this is my type config
is different for path and name index in ** lines
input {
file {
**path => [ "/logstash_dir/federico2/p1/*.*" ]**
start_position => "beginning"
#sincedb_path => "/dev/null"
codec => multiline {
pattern => "^%{TIMESTAMP_ISO8601} "
negate => true
what => "previous"
}
}
}
output {
elasticsearch {
hosts => ["elkserver:9200"]
**index => "p1-%{+YYYY.MM.dd}"**
}
stdout { codec => rubydebug }
}
