I have a timechart which I would like to chart in dashboard studio.
| eval Len=length(_raw)
| timechart sum(Len) AS Size count AS Count BY index
Counts and Sizes should go on separate axes, obviously, but I don't understand how to get them there!
I had some limited success with y2fields, but couldn't use the same format with yFields and I just don't understand "> y | getField()" controls for fields in tile options.
Advice and assistance sppreciated!