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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -