Hi ! I am trying to modify the legend generated by the timewrap command. I saw that we could slightly change it with the parameter "series" but it's not really giving me what I want.
Let's say I want to have a sum of prices from this request :
index=sandbox earliest=-13d | timechart sum(prices) as "Sum of the prices" span=d | timewrap 1w series=relative
The legend will be Sum of the `prices_1week_before` and `Sum of the prices_latest_week` . I would like to have something like `Sum of the prices for the week before` and `Sum of the prices for the latest week` .
How can I get this ? Thanks !
↧