i am getting error while starting logstash file input on Solaris: NotImplementedError: stat.st_dev unsupported or native support failed to load
System details: SunOS sz1248 5.10 Generic_148888-05 sun4u sparc SUNW,SPARC-Enterprise
Did some googling but wasn't able to find a solution
anybody aware of this error?
t0m has quit
olebill joined the channel
yfried is now known as yfried|afk
bodgix1 joined the channel
piavlo has quit
BennyBoom1 joined the channel
bodgix1 has left the channel
mschmitt joined the channel
BennyBoom has quit
yfried|afk is now known as yfried
Wolland joined the channel
walterheck joined the channel
AbdolHosein joined the channel
walterheck has quit
AbdolHosein is now known as Guest83320
electrical joined the channel
Wolland has quit
mschmitt has quit
bparks joined the channel
mkl joined the channel
smerrill is now known as smerrill-offline
kimchy_ joined the channel
mkl
hello how are you all ?
bparks has quit
i got a question about kibana query can anyone help me with it
spinscale has quit
walterheck joined the channel
kimchy has quit
yomuds joined the channel
jmreicha joined the channel
The-spiki joined the channel
spinscale joined the channel
walterheck has quit
jmreicha has quit
yfried is now known as yfried|afk
ASDXX has quit
yfried|afk is now known as yfried
saurajeetd has quit
nikitosiusis has quit
saurajeetd joined the channel
Wolland joined the channel
ChrisAnn joined the channel
cronix has quit
Wolland_ joined the channel
Guest83320 is now known as abdolhosein
walterheck joined the channel
ggoZ joined the channel
bpetit has quit
bpetit joined the channel
kenny34264 joined the channel
kenny34264 has left the channel
Wolland has quit
kangguru_away is now known as kangguru
ASDXX joined the channel
andrein has quit
andrein joined the channel
Mattch joined the channel
Wolland_ has quit
yfried is now known as yfried|afk
saurajeetd has quit
walterheck has quit
sagarC joined the channel
jiphex joined the channel
kimchy_ has quit
kimchy joined the channel
sandip joined the channel
sandip
newbie question - if I add shipper and indexer conf files in the conf.d directory of an ubuntu machine, and starting the logstash service, I am seeing the entire log file being added repeatedly into elasticsearch
i am trying to test the example in the logstash book I just bought on my desktop
if shipper and indexer are run by different instances of logstash it works as expected though.
just wanted to know if using shipper and indexer in the same instance is wrong, or is this a bug?
instilled has quit
goncalop joined the channel
mschmitt joined the channel
nikitosiusis joined the channel
kimchy has quit
kimchy joined the channel
yfried|afk is now known as yfried
echelon has quit
echelon joined the channel
bparks joined the channel
mYzk joined the channel
digin4 joined the channel
koendc has quit
mkl has quit
bparks has quit
mschmitt has quit
BennyBoom1 has quit
supersheep joined the channel
kepper has quit
electrical
sandip: it could work but very much depends on your config. it could be that you created a loop :-)
walterheck joined the channel
koendc joined the channel
walterheck has quit
blalor_afk joined the channel
saurajeetd joined the channel
blalor_afk is now known as blalor
Wolland joined the channel
sandip
electrical: thanks for replying. my config is really very basic. it is similar to the initial examples in the book. http://pastebin.com/5YDYRQxA
logstashbot
Title: [Ruby] ##### # Shipper #### input { file { type => "syslog" p - Pastebin.com (at pastebin.com)
sandip
oh, is the filter getting applied to the redis input as well? in any case, i saw this "loop" before I even added the filter.
electrical
Its applied to the redis input as well yeah
sandip
oh ***, i see what you mean, the shipper is outputting to both elasticsearch and redis
Wolland has quit
so, to force an order, i should use tags and if conditions
AbdolHosein1 joined the channel
lennartkoopmann has quit
instilled joined the channel
electrical
The problem is that you have 2 outputs that are active, the Redis output + ES output. each event is sent to both. at that moment the redis input pulls it from redis and sends it to both outputs again
lennartkoopmann joined the channel
so you have a loop that keeps repeating it self
sandip
:( i see
abdolhosein has quit
electrical
its not really easy to solve it. best to run 2 separate LS processes.