A search gives me the following output in the form of a table. For every field value in the Field
column, there is a battery power number. I want to map the field value to a string.
Field PowerNumber(Average)
1       456
2       42
3       22
4       63
5       63
6       89
i want to rename the values in the first column to
Field PowerNumber(Average)
ac       456
bc       42
hh       22
gg       63
yt       63
gf       89
Is this what you are looking for:
http://answers.splunk.com/answers/55254/rename-values-extracted-into-field.html
Is this what you are looking for:
http://answers.splunk.com/answers/55254/rename-values-extracted-into-field.html
yes thank you so much