Splunk Search

How can I display an apostrophe in a column title?

usernamejpblais
Engager

I'm trying to put an apostrophe in a colunm title into a dashboard I tried with renameand fieldformat but it does'nt work.

| rename trCount as "Nombre d'appel"

or

| fieldformat "Nombre d'appel" = tostring('Nombre appel',"Commas")

In fieldformat when I do as above I get a colunm with the right title but I got 2 colunm: Nombre d'appel AND Nombre appel.
I only want Nombre d'appel.

Thx a lot!!!

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@usernamejpblais

I think rename will work for you. See this:

| makeresults | eval trCount ="ABCD" | rename trCount as "Nombre d'appel"

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...