Xylakant: if you look on the github page of the forwarder it says: An experiment to cut logs in preparation for processing elsewhere. Replaced by Filebeat
Itkovian has quit
Soham joined the channel
casimirextreme has quit
lusis has quit
lusis joined the channel
f0s0
my concern is , why rubydebug does not debug whether output to es is working, provided that is correctly debugging input from filebeat
Xylakant
sol_: yes. in the medium run, you probably should replace LS-FW by filebeat.
antgel joined the channel
kanarip_ joined the channel
sol_
looks like
f0s0
ok i understand that rubydebug is a kind of output, not a kind of log
how can I get a useful debug from logstash about its communication with ES? the generated .log just contains java stuff
Norrland
f0s0: what does the java stuff say?
ripzay has quit
daito has quit
ripzay joined the channel
f0s0
Norrland, IMHO nothing useful: tons of lines about buffers, mutexes, low level debug, 1 lines per sec
Norrland
mkay
f0s0
acht, found a line making sense, in relation with input event
{:timestamp=>"2015-11-30T12:02:05.303000+0100", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x712466e @operations_mutex=#<Mutex:0x9d5a8fc>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xdea2d1e>, @submit_proc=#<Proc:0x5ddcbc82@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.1.4-java/lib/logstash/outputs/elast
actually we had the stack already running in the past, but I am doing from scratch
is it expected that i create manually a index "filebeat" in ES via curl?
ssd532_ joined the channel
Xylakant has quit
losh_ is now known as losh
w1xz joined the channel
i already created the template for filebeat in ES, with curl -XPUT 'http://localhost:9200/_template/filebeat?pretty' -d@/etc/filebeat/filebeat.template.json