Elastic Stack: création d'index

l'index Non créé pourqoi !

logstash config

input {
file {
path => "C:\log\error_logg"
start_position => "beginning"
}
}
output {
elasticsearch {
hosts => "localhost:9200"
manage_template => false
index => "apache"

}
stdout{}
}

Please:

Post in english in this forum or post in french in #in-your-native-tongue:discussions-en-francais

Please don't post images of text as they are hardly readable and not searchable.

Instead paste the text and format it with </> icon. Check the preview window.
Please edit your post

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.