elasticsearch - Logstash not working with multiple files wildcard path -


logstash doesn't seem read path wildcard here config file

input {     file {         path => "c:\logs\app*.log"         type => "mytype"                 }    } filter { } output {     elasticsearch {    } } 

i able resolve issue replacing backslash slash.

c:/logs/app*.log 

Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -