All Apps and Add-ons

Error Message

hartfoml
Motivator

Anyone know what this error means or how to fix it?

"This view has a Splunk.Module.HiddenSearch module but it is configured with no child modules to push its changes to. This represents a configuration error."

I get this in the "Overall Splunk Agent Status" window

Tags (1)
0 Karma

rroberts
Splunk Employee
Splunk Employee

Look like the modules needs a way to render results.
Nest:

< module name="SimpleResultsHeader" >

  <param name="entityName">results</param>

  <param name="headerFormat">Up (%(count)s)</param>

</module>

under the hiddenSearch module at layoutPanel="panel_row2_col1_grp1"

Or like so:

< module name="HiddenSearch" layoutPanel="panel_row2_col1_grp1" autoRun="true">

<param name="search">index="splunk_monitoring" earliest=-1h | dedup server | top status</param>
<module name="SimpleResultsHeader">
  <param name="entityName">results</param>
  <param name="headerFormat">Up (%(count)s)</param>
</module>

0 Karma

rroberts
Splunk Employee
Splunk Employee

Hi Mike,
This app was not developed by Splunk, and as such it is not covered by any support agreements in place with the company. If you have questions about the installation or operation of this app, please contact the author. However I'll email a new dashboard to you that worked for me.

0 Karma

hartfoml
Motivator

Hi rick,

you probably don't remember but I took your class at the splunk.conf user conference, Anyway I don't think we coverd this in class and Im a little lost. When I get some time I will look into the App to see if I can find the problem. Do you know if the Splunk_Monitoring app is supported by Splunk Support?

If you get a change can you take a look at my other question about lookup issues

Thanks Mike

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Splunk Auto Ingestion Parallel Pipeline Scaling

Why this feature matters Many Splunk environments experience ingestion pressure long before the host is fully ...

Splunk Cloud Application Management in Terraform

Now On-Demand   We’re diving into how you can bring Infrastructure as Code (IaC) principles to your Splunk ...

What's New in Splunk Enterprise Security (ES) 8.6

Purpose-Built AI Agents for the Agentic SOC  Splunk Enterprise Security 8.6 expands AI in Security with ...