elastic / stream2es

Stream data into ES (Wikipedia, Twitter, stdin, or other ESes)
355 stars 60 forks source link

Add us gov access log stream #4

Open spinscale opened 11 years ago

spinscale commented 11 years ago

Hey,

I'd love to have support for the us government http access log stream available at

http://developer.usa.gov/1usagov

The only thing to pay attention to is that they sometime send a heartbeat inbetween the messages like this

{"_heartbeat_":1370871031}

which should be ignored.

Reason for me is to have another non twitter stream I can use for geo data demos...

drewr commented 11 years ago

Great idea! Will work on it.