13:58 PM
redhedded1 joined the channel
14:00 PM
hugh_jass has quit
14:00 PM
hugh_jass joined the channel
14:06 PM
dhollinger joined the channel
14:22 PM
derjohn_mob joined the channel
14:30 PM
hugh_jass has quit
14:30 PM
hugh_jass joined the channel
14:34 PM
DevRelIrcBot__ joined the channel
14:37 PM
phutchins joined the channel
14:42 PM
phutchins has quit
14:43 PM
DevRelIrcBot___ joined the channel
14:47 PM
DevRelIrcBot____ joined the channel
14:57 PM
phutchins joined the channel
15:00 PM
hugh_jass has quit
15:00 PM
hugh_jass joined the channel
15:01 PM
antgel joined the channel
15:08 PM
fenicks has quit
15:30 PM
hugh_jass has quit
15:30 PM
hugh_jass joined the channel
16:00 PM
hugh_jass has quit
16:00 PM
hugh_jass joined the channel
16:30 PM
hugh_jass has quit
16:30 PM
hugh_jass joined the channel
16:44 PM
fenicks joined the channel
16:56 PM
mikhey joined the channel
16:57 PM
Gazooo has quit
17:00 PM
hugh_jass has quit
17:00 PM
hugh_jass joined the channel
17:05 PM
mattupstate joined the channel
17:06 PM
Infin1ty has quit
17:07 PM
faizy joined the channel
17:21 PM
shmiti joined the channel
17:30 PM
hugh_jass has quit
17:30 PM
hugh_jass joined the channel
17:32 PM
jbehrends joined the channel
17:41 PM
faizy has quit
17:47 PM
faizy joined the channel
17:51 PM
Infin1ty joined the channel
17:59 PM
jbehrends joined the channel
18:00 PM
hugh_jass has quit
18:00 PM
hugh_jass joined the channel
18:05 PM
faizy has quit
18:10 PM
faizy joined the channel
18:21 PM
avestruzshur joined the channel
18:26 PM
avestruzshur has quit
18:30 PM
hugh_jass has quit
18:30 PM
hugh_jass joined the channel
18:38 PM
antgel has quit
18:45 PM
wraithm joined the channel
18:53 PM
turfrex has quit
18:54 PM
turfrex joined the channel
19:00 PM
hugh_jass has quit
19:00 PM
hugh_jass joined the channel
19:07 PM
faizy has quit
19:13 PM
akp joined the channel
19:18 PM
akp has quit
19:26 PM
OS-26905 has quit
19:30 PM
hugh_jass has quit
19:30 PM
hugh_jass joined the channel
19:30 PM
jbehrends joined the channel
19:33 PM
avestruzshur joined the channel
19:36 PM
crazyphil
!@$#%!#$^% influxdb output plugin
19:37 PM
avestruzshur has quit
19:53 PM
avestruzshur joined the channel
19:57 PM
avestruzshur has quit
20:00 PM
hugh_jass has quit
20:00 PM
hugh_jass joined the channel
20:27 PM
bfoote has quit
20:30 PM
hugh_jass has quit
20:30 PM
hugh_jass joined the channel
20:42 PM
mikhey has quit
20:47 PM
DevRelIrcBot_ has quit
20:50 PM
phutchins has quit
20:57 PM
doctorcal joined the channel
21:00 PM
hugh_jass has quit
21:00 PM
hugh_jass joined the channel
21:00 PM
koendc has quit
21:05 PM
ircuser-1 joined the channel
21:07 PM
chasmo77 joined the channel
21:15 PM
akp joined the channel
21:16 PM
koendc joined the channel
21:20 PM
akp has quit
21:21 PM
cyborg-one joined the channel
21:24 PM
DevRelIrcBot___ has quit
21:30 PM
hugh_jass has quit
21:31 PM
hugh_jass joined the channel
21:43 PM
DevRelIrcBot____ has quit
21:48 PM
wryfi joined the channel
21:56 PM
DevRelIrcBot__ has quit
22:00 PM
hugh_jass has quit
22:01 PM
hugh_jass joined the channel
22:16 PM
akp joined the channel
22:20 PM
akp has quit
22:26 PM
pfallenop has quit
22:30 PM
hugh_jass has quit
22:30 PM
hugh_jass joined the channel
22:33 PM
pfallenop joined the channel
22:46 PM
phutchins joined the channel
22:51 PM
phutchins has quit
22:52 PM
pfallenop has quit
22:52 PM
pfallenop joined the channel
22:52 PM
pfallenop has quit
22:52 PM
pfallenop joined the channel
22:55 PM
janzo
how do i use geolocation? It's setting the values for lat and long, but the autocreated `location` geoip isn't filled in?
22:59 PM
geoip {
22:59 PM
database => "/opt/logstash/GeoLiteCity.dat"
22:59 PM
source => "clientip"
22:59 PM
fields => ["ip","country_code3","continent_code","city_name","latitude","longitude","real_region_name"]
22:59 PM
}
22:59 PM
warkolm
please use gist/pastebin/etc
22:59 PM
given you're a regular you should know that already :)
22:59 PM
janzo
:)
22:59 PM
i thought it was small enough
23:00 PM
hugh_jass has quit
23:00 PM
warkolm
until 3 other people talk at the same time with small code
23:00 PM
it's just polite :)
23:00 PM
anyway
23:00 PM
janzo
i understand
23:00 PM
warkolm
thanks!
23:00 PM
does that not work?
23:00 PM
hugh_jass joined the channel
23:00 PM
janzo
so it fills in all the good fields, but the "location" field is somehow supposed to be auto generated? i dont understand
23:01 PM
warkolm
cause you are specifying the fields it doesn't create it
23:01 PM
so you need to add it to that array
23:02 PM
janzo
"location" is not an option for geoip plugin
23:02 PM
23:02 PM
logstashbot
23:02 PM
janzo
this is what it creates
23:06 PM
i updated the gist with my mapping, logstash and a sample
23:06 PM
crazyphil_h joined the channel
23:06 PM
its the generic geoip logstash mapping
23:07 PM
For the built-in GeoLiteCity database, the following are available: city_name, continent_code, country_code2, country_code3, country_name, dma_code, ip, latitude, longitude, postal_code, region_name and timezone.
23:08 PM
crazyphil has quit
23:08 PM
I must specify I am using LS1.5
23:10 PM
i wonder if i need to create some kind of a [lat,long] field and call it location?
23:11 PM
newmember joined the channel
23:12 PM
akp joined the channel
23:13 PM
akp has quit
23:13 PM
akp joined the channel
23:16 PM
akp has quit
23:16 PM
akp joined the channel
23:28 PM
BaM`
janzo: you're specifically telling it not to create a location with your "fields" argument
23:30 PM
hugh_jass has quit
23:30 PM
akp has quit
23:30 PM
hugh_jass joined the channel
23:31 PM
akp joined the channel
23:34 PM
akp has quit
23:36 PM
janzo
i understand that. this version doesnt have that as an option
23:36 PM
akp joined the channel
23:37 PM
BaM`
doesn't have ... location as an option?