Hello,
I am a logstash newbie.
I have this problem: I receive data from graphite.
Data is in this format:
computername.cpu.load.cpu0 = 10
I would like to insert this into elastic search:
tags=> [ computername, cpu, load, cpu0]
value => 10
Or something similar probably you can suggest me the best way to insert searcheable data.
Thanks,
Mario