All Apps and Add-ons

Error on dashboard - splunk agent monitoring app

jfraiberg
Communicator

I get the following error on this app on the dashboard -

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 am wondering how to fix that.

I also had to edit the splunk_port_monitor.sh script because it didn't work with the the new tags.conf format. You have to change -

hosts=grep "tag::" $tag_file | cut -d: -f 3;

to

hosts=grep "host=" $tag_file | cut -c 7-| sed 's/\(.*\)./\1/';

well, at least in my world 😉

0 Karma
1 Solution

splunkybit
Engager

I edited the file $SPLUNK_HOME/etc/apps/splunk_monitoring/default/data/ui/views/dashboard.xml

In section Overall Splunk Agent Status

comment out line 24 < /module>

add line 78 < /module>

This fixed the error in my installation.

View solution in original post

minorin
New Member

I'm new to splunk, I cannot get you answer.

What should I comment out and add what line?

0 Karma

MBerikcurtis
Path Finder

on line 24, remove < /module>
on line 78, add < /module>

0 Karma

MBerikcurtis
Path Finder

This worked for me as well. Cheers!

0 Karma

splunkybit
Engager

I edited the file $SPLUNK_HOME/etc/apps/splunk_monitoring/default/data/ui/views/dashboard.xml

In section Overall Splunk Agent Status

comment out line 24 < /module>

add line 78 < /module>

This fixed the error in my installation.

Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...