I have created adashboard that allows you to enter a user and their information then write all of it toa lookup table. I need to help adjusting the search queries so that when you select add it w...
Hi,
Inspired from this post: https://community.splunk.com/t5/Dashboards-Visualizations/How-can-i-re-use-Java-scripts-form-one-table-to-another-tables/m-p/414861 I modifed my Javascript to...
Hello,
I am trying toadda background cover for the panels within adashboard.
I have attached a photo of what we currently have and then a photo example of what I am trying to...
Hi all,
I have created adashboard with a pop-up modal, I want toadd css on the table inside the pop up modal, the problem is i do not know how can I set a class/id to the table inside the pop u...
Hi all, I'm currently using Splunk Cloud and my focus is to display status icons as values based on the search results in my classic dashboardtable. I found a way to display only the icon with h...
...alue of person that I entered on the dashboard directly.
And I'd like to edit only column of person. other columns are not editable.
Additionally, I'd like to create the table dynamically. A...
Hi guys, I have a problem with drilling down the table and I really need ur help!
I have a simple xml dashboard here:
<row>
<panel>
<table id="table">
<s...
I have a number of panels in my dashboard.
When generating PDF, Splunk adds a new first column toalmost every panel containing atable and adds the row number although row numbers are off for t...
...ollowing command to show me the time. | addinfo | convert ctime(*) | eval reportDate=info_min_time." to ".info_max_time | table reportDate | rex field=reportDate "(?<FirstPart>.*\d+:\d+:\d+)....