[Updated]
hi @v709587 try this below query
|makeresults |eval IMSI1="This is Splunk Dashboard. The list of hosts are as shown." | makemv delim="." IMSI1 | mvexpand IMSI1 |table IMSI1
if you want to add new row try append
, appendpipe
if you want to add new column try appendcols
[Updated]
hi @v709587 try this below query
|makeresults |eval IMSI1="This is Splunk Dashboard. The list of hosts are as shown." | makemv delim="." IMSI1 | mvexpand IMSI1 |table IMSI1
if you want to add new row try append
, appendpipe
if you want to add new column try appendcols
This works !!!. Thank You
However,
"eval Impact=Column3.Column1" displays "Column1" and "Column3" as result and not the value of those parameters. Please help.
This is my query
|inputlookup file.csv | where Column1="$Column1$" and Column2="$Column2$" | return $Column3 | eval Impact=Column3.Column1 | makemv delim="." Impact | mvexpand Impact | table Impact
$Column1
$Column1$
"$Column1"
"$Column$"
None of the above work.
Hi
Can you give more information, what you are really expecting?
eg: "This is Splunk Dashboard. The list of hosts are as shown."
I want to display these 2 lines in 2 different lines within same row, same panel.
To understand more clearly, whether it is possible to give mock screenshot.
Thanks Ravi for your help