logstash-file Questions
2
Solved
I have logstash watching a directory on the host. Every time it sees a log that matches the path I specified in the logstash config it starts to import the data into my elasticsearch cluster. Does ...
Shirring asked 10/6, 2015 at 14:53
1
Solved
I am using Logstash-5.6.5 (in Windows) running in a standalone system (no cloud or cluster). Planning to watch some log files and post it to locally run elasticsearch. But when checked the Logstash...
Panta asked 2/2, 2018 at 6:7
1
Solved
I am using Logstash to output JSON message to an API. I am using "mapping" attribute to map my message. See, following piece of my shipper configurations.
output {
stdout { }
http {
url => ...
Tussah asked 2/6, 2016 at 6:44
2
Solved
You know how there is a Ruby filter for Logstash which enables me to write code in Ruby and it is usually included in the config file as follows
filter {
ruby {
code => "...."
}
}
Now I ha...
Brut asked 3/9, 2015 at 8:28
0
I have been trying to configure logstash to read logs which are getting generated in my amazon S3 bucket, but have not been successful. Below are the details :
I have installed logstash on an ec2...
Cement asked 5/8, 2015 at 13:39
2
BACKGROUND:
We have rsyslog creating log files directories like: /var/log/rsyslog/SERVER-NAME/LOG-DATE/LOG-FILE-NAME
So multiple servers are spilling out their logs of different dates to a centra...
Delores asked 2/6, 2015 at 10:43
1
I'm trying to parse a large message with Logstash using a file input, a json filter, and an elasticsearch output. 99% of the time this works fine, but when one of my log messages is too large, I ge...
Calumnious asked 1/5, 2015 at 21:59
1
© 2022 - 2024 — McMap. All rights reserved.