Tinuviel: I set this on the 'search node' in the elasticsearch config, node.data: false
gilhoum has quit
Jippi joined the channel
also, node.master: false so that it can't take over the ES cluster
ccs has quit
gilhoum joined the channel
Tinuviel
I see, it looks that I also have no data node
I think it's created automaticaly by Kibana
so maymy my problem is to tune it to cache some more query results
*maybe
failshell has quit
eper has quit
fenris02 has quit
eper joined the channel
eper has quit
eper joined the channel
eper has quit
eper joined the channel
eper has quit
Jippi has quit
bemehow has quit
attractiveape
Tinuviel: if you're using the embedded elasticsearch from logstash, then yeah this won't work.
bemehow joined the channel
Tinuviel: if you're wanting to scale this like you're talking about, I'd recommend installing an elasticsearch instance
nhhagen has quit
nhhagen joined the channel
joeblow750
Any suggestions for "FacetPhaseExecutionException[Facet [0]: (key) field [@timestamp] not found]"? This is a new elasticsearch/kibana/LS install ...
Tinuviel
attractiveape I have Elasticsearch cluster
on 6servers
nofxx joined the channel
nhhagen__ joined the channel
one of ES node is on logstash server
in logstash config I have:
output { elasticsearch { host => "127.0.0.1" } }
bemehow has quit
and I think it still, create no data node
I have right now 7nodes
sorry 8 nodes
attractiveape
Tinuviel: that's logstash's config, not elasticsearch's. you need to look at elasticsearch's config
Tinuviel
however I started only 7
nhhagen has quit
last one is created by Kibana/logstash mostly probably
attractiveape
logstash will join the ES cluster as a client, but it shows up in the cluster listing, yes. that's a little confusing.
Tinuviel
Yes
rafaelmagu joined the channel
attractiveape
kibana doesn't connect to the cluster in that manner, just logstash.
Tinuviel
I have kibaba-int index
and one extra node, I think it's created by logstash
it's no data node
attributes: { client: true data: false }
artbikes joined the channel
So, I think I should start another ES node, with nodata in it's config and point logstash to it. If I get it right, logstash won't create in this case dedicated nodata node but will use this one I just created and pointed logstash to.
coolacid has quit
question is, I will be steel able to write data to my ES cluster?
coolacid joined the channel
Hmm, probably yes, if I can right now.
jhulten joined the channel
nofxx
grok question: how to mutate when there's match? Trying to get timestamps out, mostly it's 100ms , easy, nice.. I want ms. But there are some s* software that logs as 0.100 sec ...
grok works (%{BASE10NUM:ts}\s?se?c?) .. but how to * 100... or just gsub the '.' got
bemehow joined the channel
andrew[andrboot] has quit
artbikes has quit
gilhoum has quit
qwebirc944212 joined the channel
qwebirc944212
hi all
I am trying to run logstash, kibana and elasticsearch from the jar behind an UFW
but the thing is that if I block 9200 and other ports the kibana sais thatthe elastic search cannot be reached
I have set ufw for 127.0.0.1 to allow 9200 but still does not work
anybody has any idea?
blackmaria joined the channel
attractiveape
qwebirc944212: kibana3 is using javascript to talk directly to the ES cluster, you need to open that up
qwebirc944212
what port?
attractiveape
9200
qwebirc944212
but only internal. I do not wnt to open it from the internet
is this paossible?
ohlol joined the channel
attractiveape
qwebirc944212: not with kibana3.
qwebirc944212: you can put nginx in front of elasticsearch, and do IP-based access control maybe?