python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
logstash file output not working with metadata fileds
I have following pipeline, the requirement is, I need to write "metrics" data to ONE file and EVENT data to another file. I am having two issues with this pipeline.
The file output not crea...
kosa
Votes: 0
Answers: 1
Extracting file path from filebeat into logstash and then into elastic index
I'm trying to take a part of my path and give it as index to my elasticsearch index.
my logstash config file looks like this (Note: the config file might be wrong cuz I tried 100 different things)
# T...
Shino Lex
Votes: 0
Answers: 1
Unable to start Logstash server and throwing error
I want to pass log file as an input to a Logstash input. I have added /bin to the environment variable path so that I can access it from anywhere.
Below is my conf file:
logstash.conf
input{
path =&...
Digvijay
Votes: 0
Answers: 3
logstash create new file every 30seconds
I have following filter configuration in my logstatsh pipeline. What it does is, at the start of the event first filter creates a CSV file with header and sets the file name to metadata. Second filter...
kosa
Votes: 0
Answers: 1