Convert graphite field name in to tags

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.