no, i assumed that each config file will be handled separately
so adding type => myTypeA
and then doing an if in the filter/output did the trick
this is however beyond intuitive and I would have never guessed this is how it worked
crazyphil
ah, yes, otherwise they'd all be dumped to the same place
pandaa__
yeah, a bit weird
thank you Sir, you saved my day :D
achan joined the channel
crazyphil
glad I could help someone
I'm on the verge of reveting to LS 1.5 and ES 1.7
reverting
pandaa__
I can feel your pain :)
casimirextreme has quit
whack
what's wrong with the config?
crazyphil
whack: who are you asking?
mmang joined the channel
whack
both of you
I suppose :)
crazyphil
well pandaa__ I managed to get fixed
whack
regarding this comment: 16:44 < pandaa__> this is however beyond intuitive and I would have never guessed this is how it worked
^^ this behavior was requested by some users many years ago
pandaa__
oh really
crazyphil
that makes sense
whack
(the current behavior, I mean, of concatenating the files together)
crazyphil
actually
pandaa__
I expected it to be each file being processed as one file
rtoren joined the channel
so that i can write different configs and just run and it will do the right thing
crazyphil
I'm having an issue where logstash isn't pushing the proper index template into ES
whack
pandaa__: it's probably 50/50 who expects one behavior vs the other
pandaa__
yeah, probably. I am perfectly fine with this, I just didn't know about it
crazyphil
and I can't for the life of me figure out why not
whack
crazyphil: is it uploading the wrong one? or not updating your new one?
pandaa__: yeah we should make it more obvious :|
pandaa__
oh, can I wildcard folders in the input? for example: path => /log/**/*log
whack
pandaa__: for file input? Yeah :)
** means recursive
pandaa__
perfect
crazyphil
whack: I'm not sure what's going wrong, all I know is that I had to replace a .json output for elastic in my logstash setup, and the new .json index format isn't ending up in ES
param joined the channel
whack
crazyphil: ahh, do you have template_overwrite set to true?
If I create a field with add_field in grok, is there a way I can specify for that field to be shown in the output section when running from the command line?
claygorman has quit
pandaa__ has quit
whack
"shown in the output section" - what do you mean?
chris_19
Currently when running from the command line, I use output { stdout {} } as the output section. However, when I input log data, the output I get does not include the new field I created, and I was hoping there was a way to show it.
daito joined the channel
tilmans joined the channel
koendc joined the channel
dm3 joined the channel
bmatican joined the channel
jstoiko joined the channel
rastro
chris_19: sounds like your field is not being added as you expect.
paddymahoney joined the channel
alangalvino joined the channel
chris_19
@rastro hmmm.,
alangalvino
Hi
Anyone here is using logstash input s3 plugin?
rtoren joined the channel
kazoo joined the channel
chris_19
@rastro the field is there when I search with kibana. But from the command line, the output I get basically matched the input.
koendc has quit
alangalvino
I would like to known a solution to scale the logstash input s3 on more than one machine!