the ELB will listen on that port, even if logstash isn't running
and rsyslog will write its data
and then the ELB will close that eventually
lennartkoopmann joined the channel
Bastux joined the channel
pblittle joined the channel
tjr9898 joined the channel
tjr9898 has quit
tjr9898 joined the channel
colinsurprenant has quit
Bastux has quit
DPP
logstash behind ELB?
does RELP's lack of SSL discourage anyone?
duck_tape1 has quit
fllr joined the channel
Randm
you can do TLS with relp
in v7
DPP: yes, logstash behind an ELB.
(in a vpc)
but, as the relp plugin sucks..
lennartk_ joined the channel
rwhavens has quit
sk_admin has quit
duck_tape joined the channel
lennartkoopmann has quit
pound has quit
cully_mac joined the channel
cully_mac
so for an ES cluster - there can only be 1 master right?
Randm
yes
that role can move around
TomasNunez has quit
cully_mac
what's the best way to move it around? can curl commands do it?
Randm
shutdown the master?
cully_mac
which would allow an 'elligble' one to come up yes?
Randm
they'd call an election and figure it out
why?
cully_mac
trying to figure out the best way to move a master around from 1 colo to another if we were to flip live colos to a different location
kepper joined the channel
pheaver has quit
Randm
ah, I don't know about the rack awareness stuff
you'd have to read the docs or ask in #elasticsearch
cully_mac
cool, ty
anonymuse has quit
kepper has quit
sdoowpilihp has left the channel
zounese
do we have a good pattern for filtering the results of an ES query, changing mapping, then storing in some temp index? or is there something like that in the works?
fayesal: yes. i suppose it is, but my solution involved logstash. i wanted to see if anyone else came to the same conclusion.
kevind has quit
fayesal
Interesting idea, I've not done it. zounese
pblittle has quit
zounese
fayesal: thanks anyways. i'll try asking in #elasticsearch.
mveitas has quit
fayesal
zounese: gl
bemehow has quit
Bastux joined the channel
Bastux has quit
nicholasf
hi, is there a way I can make kibana look for elasticsearch on localhost:9200 instead of mydomainname.9200?
duck_tape has quit
duck_tape joined the channel
duck_tape has quit
bemehow joined the channel
torrancew
nicholasf: yes, but that's probably not what you want
kibana runs in your browser
nicholasf
torrancew: right of course
torrancew
so hardcodign localhost would have it look to the user using kibana's workstation
nicholasf
yes
torrancew
are you running kibana via the jar file?
nicholasf
I dont want to open my elasticsearch port to the world
yes, I wrote a simple shell script around it
torrancew
*nod*
ok, so you cannot confiugre the kibana the jar contains
nicholasf
torrancew: should I install kibana another way? Just trying to find docs
torrancew
but if you deploy it externally (which is frankly saner, anyway, as kibana doesn't need a fat app server to serve it up - it's just html+js+css)
then you can edit that path
nicholasf
ah right
torrancew
it defaults to "http://" + location of current window + ":9200"
nicholasf
so, in that case, Id maintain my own kibana copy
and Id edit the elastic search path
torrancew
yeah, you'd just deploy it to a web server, like apache or nginx
nicholasf
gothca
thanks torrancew
pblittle joined the channel
wateronsand1 has quit
drmikecrowe joined the channel
kjstone00 has quit
smithp joined the channel
stonith has quit
smithp has quit
kevind joined the channel
evve has left the channel
shubhang joined the channel
danshultz joined the channel
Excedrin has quit
spuder has quit
edyesed joined the channel
shubhang has quit
bemehow has quit
sdoowpilihp joined the channel
sdoowpilihp
is there anybody that could help me with parsing the following log further (my input is syslog, but I am also passing apache log lines as the message, and would like to further process that) https://gist.github.com/pvwoods/24d2604ef2dbc09...
is that just a standard apache access log message?
sdoowpilihp
yes Nam, but I seem to be misunderstanding how I should have my log stash filter set up
Nam
if it's common logs you just need a grok filter like this .... grok { match => [ "message", "%{COMMONAPACHELOG}" ] }
the regex to parse it is already made
there is also COMBINEDAPACHELOG
sdoowpilihp
oh shucks :/
sparky joined the channel
so I could have something like
santiagoR joined the channel
if [program] == "my-apache-log-stuff" {
then have that grok match
I will give that a shot
Nam
yup, should work
I am currently having a problem with my logstash indexer obtaining some information from redis an processing it but then stalling for like 20 seconds before it does anything
i talked to the elasticsearch support line briefly and the guy mentioned it was somewhat a known problem and that he knew about some way to fix it, but said a support subscription was necessary to proceed further
is anyone aware of this problem and how I can fix it?
our company is looking to get a support subscription at some point, but management doesn't really want to until this is working, whic doesn't really make a lot of sense, but that's management for you