- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

maheshsat
Explorer
03-02-2018
07:25 PM
I have field called test, what would be out if use assume command
command: -- | accum test as test2 ( It will create test2 field but what would be the result).Thanks
test
1
90
3
4
5
6
8
1
1
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
03-03-2018
03:10 AM
Just run this:
| makeresults | eval test = "1 90 3 4 5 6 8 1 1" | makemv test | mvexpand test | accum test as test2
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
03-03-2018
03:10 AM
Just run this:
| makeresults | eval test = "1 90 3 4 5 6 8 1 1" | makemv test | mvexpand test | accum test as test2
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

maheshsat
Explorer
03-02-2018
07:26 PM
correction not assume command it is accum command.thanks
