Activity Feed
- Posted Re: Inline CSS to Change Panel Color Refuses to Work on Dashboards & Visualizations. 10-26-2020 11:20 AM
- Posted Inline CSS to Change Panel Color Refuses to Work on Dashboards & Visualizations. 10-25-2020 05:12 PM
- Posted Re: How do I route data to the null queue or another index in Splunk Cloud? on Getting Data In. 08-21-2020 03:49 PM
- Karma Formatting in CSV when using Stats for NicholasC. 06-05-2020 12:46 AM
- Posted Re: I'm struggling with how I SHOULD be doing inputs and also props/transforms/etc stuff within Splunk Cloud. on Getting Data In. 02-26-2020 01:21 PM
- Posted names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
- Tagged names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
- Tagged names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
- Tagged names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
- Tagged names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
- Tagged names of internal indexes "_audit" and "_thefishbucket" on Monitoring Splunk. 12-23-2019 06:18 AM
Topics I've Started
10-26-2020
11:20 AM
Glad to see it works on your end. I guess that validates to me that my CSS actually works -- I checked whether I closed that row in my source code and I had. Are there any known issues with dashboards not taking CSS? This is an environment known to be mismanaged so ... it's possible something broke on the backend.
... View more
10-25-2020
05:12 PM
Hello everyone, I'm at an impasse with this. I have no idea why this would not work. Not the best at CSS so I'm probably missing something. Would appreciate any insight! <form>
<label>DEV DASH</label>
<description>IN DEVELOPMENT.</description>
<row>
<panel id="panel_1">
<html>
<p>
<u>
<a href="" target="_blank">
<b>Test & Testing</b>
</a>
</u>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</p>
</html>
</panel>
<panel id="panel_2">
<html>
<p>
<u>
<h2>
<a href="" target="_blank">
<b>Test & More Tests</b>
</a>
</h2>
</u>
<li>List Item 3</li>
</p>
</html>
</panel>
.....
<row depends="$STYLES$">
<panel>
<html>
<style>
#panel_1 .dashboard-panel, #panel_2 .dashboard-panel, #panel_3 .dashboard-panel {
background:#C9E5A0; !important;
}
#panel_4 .dashboard-panel, #panel_5 .dashboard-panel, #panel_6 .dashboard-panel {
background:#AEF0D9 !important;
}
#panel_7 .dashboard-panel, #panel_8 .dashboard-panel, #panel_9 .dashboard-panel {
background:#F0D3DA !important;
}
</style>
</html>
</panel>
</row>
</form> @niketn if you would be so kind 🙏
... View more
08-21-2020
03:49 PM
Hello -- this last comment is from 2016. I am wondering if it is still the same answer. We are on 7.3.3 Splunk Cloud.
... View more
02-26-2020
01:21 PM
@khourihan_splunk, so are you saying this app is good for masking data independently of Splunk Support, or is this something that will require a ticket?
... View more
12-23-2019
06:18 AM
I have confusion around the names of these internal indexes.
I was always taught to set up my stanzas in my indexes.conf to "_audit" and "_thefishbucket".
But upon examining a fresh install of Splunk without having set up indexes.conf yet, I noticed that under /$SPLUNK_HOME/var/lib/splunk, the indexes are listed as "audit" and "fishbucket" without the underscores or "the" in front of fishbucket.
So which is correct? If I tell my indexes.conf to set up a path to /var/lib/splunk/_thefishbucket and /var/lib/splunk/_audit, wouldn't it just make a new directory that isn't associated with the Splunk internal directories?
... View more