I have a splunk query as follows
| inputlookup hosts.csv | rename Hostname as my_hostname |rex mode=sed field=my_hostname "s/\..*//g
Now what should be added to my query to convert all the results to be lower case.
↧