What's the state on custom patterns with logstash 2.2 ?
nate__ joined the channel
My grok seems to fail because It cannot read custom patterns but then I found some issues in github aand people discussed that some plugin would need to be installed?
or is the documentation correct?
scl joined the channel
nate__
If I wanted to filter a username out of a cookie, where would I do it? As in Filebeat or Logstash or somewhere else?
dsa
hoover_damm: thanks for the hint with filebeats. just switched one host and for the moment it looks more constant.
pandaadb joined the channel
meena has left the channel
t4nk747
dsa: yes I have kibana running
and from there I have verified the count
benvantende joined the channel
himansudas1 joined the channel
himansudas1 has quit
dsa
t4nk747: ok sorry - i understood it wrong. the from where you have the count the actual lines/files are sended ?
t4nk747: and be aware that under some conditions multiline lines are dropped and you find them inside of your logstash.* logs
himansudas has quit
notebox joined the channel
t4nk747
dsa: I used "grep -c file" to count the line from log
einyx has quit
dsa
t4nk747: how do you ship the logs to logstash ?
t4nk747
and I have enabled rubydebug and sent the output to a file
dsa: Using file input
then the macthed the count of rubydebug file and "grep -c file" of log
square1
Will kibana let me search through the log files aswell as visualisng them?
zz_r04r is now known as r04r
r04r is now known as zz_r04r
einyx joined the channel
pawnbox joined the channel
dsa
t4nk747: and you have no errors in your logstash logs that he discards log data
nate__ has quit
square1: yeah it does
fatdragon joined the channel
t4nk747
I searched the runbydebug output and found no errors
square1
dsa: thanks. About linking log entries based on a unique string?
dsa
t4nk747: sorry no clue. t use a different log shipper way and for me only if the time is not synced, logstash discards messages because of format or the shipper does something wrong it works.
dsa: if you create the right dashboards with what you want to see and you filter the fields the way you want it - yes it does
^^ square1:
square1
I actually want to see the log entries, not too fussed on visualisng the data just yet
serdar
is someone using log4j input?
fatdragon has quit
dsa
square1: sorry mate - maybe you hit the #kibana channel on this - logstash is just putting the data into ES - nothing more :)
square1
no problem, thanks!
KHaderach_ joined the channel
Xylakant has quit
que
warkolm: hei do You got some sort of a tutorial how create own plugin for kibana
KHaderach has quit
Darcidride joined the channel
t4nk960 joined the channel
zz_r04r is now known as r04r
scl has quit
t4nk960 has quit
scl joined the channel
prg` joined the channel
instilled has quit
square1
dsa: where are you based?
kore has left the channel
gunzy83 joined the channel
scl joined the channel
wirecutter joined the channel
mf2hd joined the channel
sjj has quit
prg`
hi, i'm having problems with a date filter. it works correctly when running logstash from the cmdline using stdin as input, but when i switch to a beats input it suddenly fails to parse the date with "Invalid format: \"2016/03/31 00:00:15\" is malformed at \"/03/31 00:00:15\""
date filter is basically just date { match => [ "mytimestamp", "yyyy/MM/dd HH:mm:ss" ] }
gunzy83 has quit
gunzy83 joined the channel
mosulica joined the channel
ljosberinn joined the channel
notebox has quit
notebox joined the channel
pawnbox has quit
sjj joined the channel
serdar
darn, filebeats is completly different than logstash-forwarder :(
dsa
square1: berlin
serdar: it is - i cannot use it. will try now the beaver -> redis -> logstash indexer approach
all my log tags go missing. just grabs all logs and dumps them - but without much infos on which logs etc
fatdragon joined the channel
fatdragon has quit
pawnbox joined the channel
mf2hd
is there any user here using zenoss output with centos?
i'm having probs with bunny/jruby
que
does the elasticsearch update api can use wildcards in version 1.7 ?
scl joined the channel
Infin1ty joined the channel
permalac has quit
ReallyVirtual has quit
turfrex has quit
turfrex joined the channel
professoruss joined the channel
Xylakant joined the channel
moncky has left the channel
BlackCrypt0 joined the channel
ljosberinn has quit
Driver joined the channel
ef_ joined the channel
Driver has quit
sjj has quit
mf2hd
so no one is using zenoss?
it seems that i might have been working before jruby1.9
ef_ has quit
esfeed_untergeek has quit
esfeed_untergeek joined the channel
orbital has quit
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
[o__o] joined the channel
orbital joined the channel
LiamM joined the channel
donnex joined the channel
donnex
Hello, I'm setting up an elk stack and am in the progress of doing some logstash config at the moment. I'm using logstash with the beats input to send all my server logs (/var/log/* + mysql + apache) to logstash with filebeat. At the moment I'm looking at logstash filters to parse date and other fields from syslog log files. Is it better to leave @timestamp and set another field with the syslog date or sh
ould I try to override @timestamp with the parsed date from syslog files?
ljosberinn joined the channel
Xylakant
donnex: i usually overwrite it
then @timestamp is the timestamp of the log and not the timestamp when the log was ingested
but fundamentally it's a matter of preference
donnex
Xylakant: thanks, I'll use that approach as well
BlackCrypt0 has quit
Guest55473 is now known as awk
haukebruno has quit
rem5 has quit
rem5 joined the channel
asmodai has quit
asmodai joined the channel
nikitosiusis has quit
nikitosiusis joined the channel
Xylakant has quit
prg` has quit
horus joined the channel
fpgrav joined the channel
prg` joined the channel
wendelmineiro joined the channel
prg` has quit
multi_io
looks like rubydebug { metadata => true } doesn't work here (i.e. the metadata =>true doesn't).