Splunk Search

Is it possible to add a textbox as a cell in a Splunk table?

nik298
New Member

Hi Everyone,

I want to create a custom table which contains 2 columns: one is the field parameter and other is the value. Now I want the value to come in a text box in the table column.
I am aware that we can show icons using javascript in table.
Can we show textbox in the table? Is it feasible or not?

Thanks guys..

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee

Textbox might be a strong word... but you can add specific text to the end of a table. However the search is kinda ugly:

sourcetype=access_combined earliest=-15m
| stats count by host
| append [
    | makeresults 
    | fields - _time 
    | eval host="foo extra text red pandas are adorable" 
    | eval count=200
    | eval extra_column = "bar"]
0 Karma
Get Updates on the Splunk Community!

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 ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...