if there's a type associated with it, then reading it from an input with "type" wont' change it
gilhoum
torrancew: is that a new behavior , this was working perfectly since months before i try to update logstash
torrancew
What was your old version?
I only started using LS back in august, myself (1.2.0)
and AFAIK that's been the case since then
kimchy has quit
gilhoum
torrancew: thanks, maybe it's not new i will just use the type in it as the type in logstash
rcleere has quit
torrancew: i was just "lucky" to use the same name
torrancew
ya
now, the redis input "type" would apply to any events that did /not/ already have "type" set
kimchy joined the channel
sprachgenerator_ joined the channel
kimchy has quit
zooz has quit
sprachgenerator has quit
eper has quit
rystic
jmartin: yeah i am trying to make an email alert that only fires if certain things a present in the alert
the examples i've found use match, but say you need to use conditional now
whack
don't use match, the 'match' thing was really confusing
on what conditions do you want to send an email?
gilhoum
torrancew: FIXED thanks :-D
torrancew
gilhoum: np!
rystic
one sec, just lost my browser, once i get it back i can give detail
kimchy joined the channel
sprachgenerator_ has quit
sprachgenerator joined the channel
kimchy has quit
thumpba_ joined the channel
kimchy joined the channel
clly has quit
JonConley has quit
hugespoon has quit
jerius has quit
paulczar is now known as zz_paulczar
zz_paulczar is now known as paulczar
martijnvg joined the channel
kimchy has quit
tavist0 joined the channel
HobGoblin joined the channel
iniazi
ping again, in case someone has any input; getting 'java.lang.IllegalStateException: field "host" was indexed without position data; cannot run PhraseQuery' when querying by a field. host in this case. running 1.3.3 but I did run 1.3.1 for a week when it came out.
fllr has quit
HobGoblin is now known as Guest99860
thoht
each time i save a kibana dashboard, when i reload it later, the data are not coming, i see a progress bar for pies, etc. what s wrong ?
iniazi
replaced the template but hasn't fixed it after a day.
is it the template problem... that indexed without position? how do I re-index?
pblittle has quit
thoht: so when you go to the main default page (without a search), there is no data at all?
UukGoblin has quit
rystic
jmartin: you still around?
fedesilva joined the channel
kimchy joined the channel
thoht
iniazi: if i go to main default, what do you mean ?
YES - Great! We have a prebuilt dashboard: (Logstash Dashboard). ?
anonymuse has quit
if i go there,i can see an histogram with data
rystic
jmartin: i havea bunch of hashes coming in from a bunch of hosts specifically in three fields: added, removed, and updated. ideally i'd be able to alert if a hash is seen in one of these 3 fields that is unique across all hosts within the past week.
is that possible?
and if there is a hit, then i'd also like to include a related field, the field "name" which contains the path to the file
whack: do you know if that's possible?
kimchy has quit
kimchy joined the channel
anyone? =)
ksclarke has quit
Matrix has quit
htplbc joined the channel
kimchy has quit
fedesilva has quit
anonymuse joined the channel
kalloc has quit
bhangm has quit
thoht
iniazi: ?
Guest99860 has quit
kalloc joined the channel
UukGoblin joined the channel
dszydlowski joined the channel
kimchy joined the channel
rastro has quit
anonymuse has quit
freezey has quit
kalloc has quit
kimchy has quit
kimchy joined the channel
danshultz joined the channel
kimchy has quit
bd808 is now known as bd808|MEETING
kimchy joined the channel
bemehow has quit
kevino_ joined the channel
fedesilva joined the channel
khushildep joined the channel
sidnei` joined the channel
sidnei has quit
edyesed has quit
smerrill is now known as smerrill-offline
danshultz has quit
paulczar is now known as zz_paulczar
kevino has quit
imperialwicket joined the channel
iniazi
thaht: sorry, so main page has data, but the saved searches don't? sometimes if you don't select fields to show before saving, it will give some timestamp error. You are using the logstash dashboard json to start right? otherwise I'm not sure
acline has quit
kevino_ has quit
if the save dashboard, has fields selected, and no data, what is the error? is it an elasticsearch error? or is kibana saying no data found? it may be refering to an index that is no longer there, etc.
rystic
iniazi: do you know if it's possible to do what i described above?
fedesilva has quit
barbosa joined the channel
lostcuaz joined the channel
____Tony joined the channel
kimchy has quit
iniazi
if you go from a working point, then you narrow it down or create chart etc. and save it, and then go go that dashboard later on, it will work.
paulsson has quit
kimchy joined the channel
bemehow joined the channel
kimchy has quit
rafaelmagu has quit
tobin joined the channel
rafaelmagu joined the channel
____Tony
Was wondering if anyone has outlined preferred methods to collect data and send to Logstash. Ex. Haven't yet found a way to send data from sensors over the network to LS. On one distro I'm using collectd, but need an alternative for a different distro
dblessing has quit
kimchy joined the channel
thumpba_ has quit
lostcuaz has quit
thumpba_ joined the channel
maseda joined the channel
maseda
what is the easiest way to set timezone in LS/ES so that i dont have to keep converting back and forth between utc?
thumpba_ has quit
ronnocol
maseda: kibana should use browser based time correction (if you set it up that way) but LS/ES operate on UTC (as it should :P)
JonConley joined the channel
eper joined the channel
silenth joined the channel
maseda
ronnocol: fair enough. i dont really use the gui (yet), but i guess i will just set timezone in my scripts that talk to ES over 9200
hezt has quit
(ronnocol: i am currently writing an alerting script that must work outside of kibana . the type of join-like queries that i need are not possible in kibana)
teskew has quit
ronnocol
maseda: fair enough. But having managed datacenters distributed all over the world, I can assure you that having UTC timestamps for everything will make your life easier. If you want to present a local time, do that at the very end of the chain when you present the information to the user... not when you store it.
torrancew
ronnocol++
words to live by
whack
having things in ES stored in UTC doesn't mean you can't convert to whatever other timezone you want
so even if you really can't change your times to UTC, or don't want to read times in UTC, the time format logstash uses is parseable by practically every langguage and platform ever
ronnocol
whack: I've been offline for a few hours (meetings); but did you see earlier where I said it looks like (at least with the es output) connections to ES is workers+1?
whack
ronnocol: es output using node client? or transport?
ronnocol
output { elasticsearch {}}
whack
it'll connect to ES, ES might connect to it. Where "ES" is "the cluster" not a single node.
it could use multiple connections to a single node, too