when i try to install multiline 3.0.2 it fails with "The bundle currently has logstash-codec-multiline locked at 2.0.11"
hugh_jass has quit
hugh_jass joined the channel
brotatochip has quit
aps joined the channel
Orion3k has quit
Orion3k joined the channel
tfontaine joined the channel
tfontaine has quit
qru has quit
Helio- joined the channel
qru joined the channel
tfontaine joined the channel
DevRelIrcBot_ has quit
DevRelIrcBot___ has quit
DevRelIrcBot joined the channel
rastro has quit
hugh_jass has quit
hugh_jass joined the channel
flargnarf has quit
rastro joined the channel
rastro has quit
rastro joined the channel
rastro has quit
achan has quit
alsochri_ joined the channel
alsochris has quit
hugh_jass has quit
hugh_jass joined the channel
Benj_ joined the channel
Benj_ has quit
jefrite joined the channel
qru has quit
qru joined the channel
subir joined the channel
subir has quit
subir joined the channel
hugh_jass has quit
hugh_jass joined the channel
tfontaine has quit
flargnarf joined the channel
dalvin has quit
flargnarf has quit
alsochris joined the channel
pawnbox joined the channel
alsochri_ has quit
scc joined the channel
hugh_jass has quit
hugh_jass joined the channel
rwhavens joined the channel
rwhavens has quit
pramodxyle has quit
hugh_jass has quit
hugh_jass joined the channel
flargnarf joined the channel
flargnarf has quit
hugh_jass has quit
hugh_jass joined the channel
simplycycling joined the channel
achan joined the channel
shashant joined the channel
shashant
hi
i need help to communicate b/w redis cluster to lgstash cluster
how could i do that
?
any??
simplycycling joined the channel
i will be specific if any one has any view
gokuls joined the channel
pengin_ has quit
mhickey joined the channel
simplycy1ling joined the channel
hugh_jass has quit
hugh_jass joined the channel
flargnarf joined the channel
flargnarf has quit
fatdragon joined the channel
Aashay joined the channel
Aashay
Hello friends. I have an ELK stack running. My logstash config file is -- input {http{}} output {elasticsearch {}}. When I post data directly to elastic searhc using command curl -XPOST 'http://jfblouvmlxecs01:9200/test/test/' -d @lane.json , It works and I am able to get back my data. But when I post the data to logstash using requests.post(url,json_data) I get status code as 200 but data is not visible in elastic search
Can someone help me with this
arnonhongklay joined the channel
simplycycling joined the channel
stuh84 joined the channel
hugh_jass has quit
hugh_jass joined the channel
bjorn_
Aashay: If you're posting json to http, you should set codec => "json".
Aashay
ok bjorn thanks . Let me try
Sharebear joined the channel
pawnbox joined the channel
brokencycle joined the channel
arnonhongklay joined the channel
pawnbox has quit
Posting using this code snippet - r = requests.post(url, data=json.dumps(data_dict), headers={"content-type": "text/javascript"}), and using this command -curl -XGET 'localhost:9200/vlabs/usage/_search?size=10' -d ' {"query" : { "match_all" :{} }}', I get "error":{"root_cause":[{"type":"index_not_found_exception"