Hello everyone,
I assume this is a real beginner question, but I must have made a mistake in my way of operating data within Spunk:
I have process data from a milling process, which was just 3 seconds long, but hast 2000 measuring points in milliseconds. When I now want to have a timechart for this three seconds, it just shows one average value for each second, but not clumn with all values. I assume this is due to the fact that the timespan is just one second.
My values look like this:
2015-02-17 14:06:21
-0,115261 (tension in N)
-0,230522 (each value hier is 14:06:21,xxx in reality)
-0,345783
-0,461044
-0,576305
...
2015-02-17 14:06:22
-0,115261
-0,230522
-0,345783
....
When I just do a normal seach like
index=* sourcetype=csv| timechart values(Bending_Moment_X) I just get the three seconds with an empty chart. How can I tell the chart that I need a value for each millisecond?
Thanks a lot in advance!
... View more