Fix error in pivot processor docs (#6856)

This commit is contained in:
Thomas Mohaupt 2020-01-07 00:54:50 +01:00 committed by Daniel Nelson
parent b0398c9a8f
commit 5b92477603
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ To perform the reverse operation use the [unpivot] processor.
- cpu,cpu=cpu0,name=time_idle value=42i
- cpu,cpu=cpu0,name=time_user value=43i
+ cpu,cpu=cpu0 time_idle=42i
+ cpu,cpu=cpu0 time_user=42i
+ cpu,cpu=cpu0 time_user=43i
```
[unpivot]: /plugins/processors/unpivot/README.md