- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
zoe
Path Finder
07-19-2022
01:44 AM
Hi,
I habe a table after using stats:
| stats values(durationSum) as duration by Fauf Station. How can I convert it to a table with only one line in such a format:
Fauf duration_Station1 duration_Station2, duration_Station7, duration_Station10
Thanks for helping in advance!
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
zoe
Path Finder
07-19-2022
06:31 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
07-19-2022
02:30 AM
| xyseries Fauf Station duration
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
zoe
Path Finder
07-19-2022
06:31 AM
Thank! it helps!
