Hello,
I have this table with a null space, want to rename it for "No releases" but the rename and fillnull functions did not worked. Is there any way to do that?
Hi @KalebeRS,
you have to use the fillnull command (https://docs.splunk.com/Documentation/Splunk/9.1.0/SearchReference/Fillnull):
<your_search>
| fillnull value="No releases" PVER_Product
| ...
Ciao.
Giuseppe