Hi guys;
Tricky problem here. I have XML coming in via REST that contains performance data for an appliance. I have to find a way to take the data and build some nice dashboards off of it. Here is an example of the data:
0 0x10000d 0.007082779639308599 1.2112084982652817E9 2.0322754560000002E9 1.672179712E10 0.0 144.38888205608168 0.0 67.09483369780527 0 0 0.0 0.0 10.00077 39.49695873417747 74.59425624226935 1.099915306521398 1.099915306521398 403.46893289216735 16160.155668013564 258.38010473193566 0.2799783534467724 39.49695873417747 74.59425624226935 0.0 0.0 7.918264320000222E8
Sorry for the lack of pretty-print, but i wanted to represent the data as it is in my events. Anyway, I have a lookup table that correlates the attribute id's to human readable values. Is there a way, that I can build some logic that will take each attribute id, grab the human readable value from lookup, and then build a field with its corresponding attribute value?
spath already gives me fields like:
attribute
attribute{@id}
↧