Splunk light? No.. It's our Splunk 6.2 enterprise environment..
I've been installed the website monitor app on our search head.
It's not the index server.
But you / we are in the right direction. I think this issue is a problem between type of server, search head or index server .
I found some more things. The modular input of this app displays not the indexes wich are from the indexer provided. I can't also take the modular inputs with REST call. But the installation was successful.
I don't know where are the difference search head / Index server for this app and how I can fix it.
... View more
Ok, thank you for this hint.
But I can't reproduce this.
If I disable and reenable a Data Input in "Web available Check" I got.
Error occurred attempting to enable our service public......de/....-Light: .
In OS the ps -... out told me the the old date to.,
It look's that the modular input are not correctly installed on our search head. Also the web........log are not in splunk (index _internal) it self monitored. ;-(
... View more
How to restart the Website Monitoring app without restarting Splunk?
I installed the app on a Splunk search head.
The python script runs since the restart of the Splunk instance as a subprocess
splunkd -p 8089 restart
\_ [splunkd pid=54397] splunkd -p 8089 restart [process-runner]
\_ mongod --dbpath=......./mongo --port=8191 --timeStampFormat=is
\_ /opt/kfw/splunk/bin/python -O ....splunk/lib/python2.7/site-packages/splunk/appserver/mr
\_...../splunk/bin/splunkd instrument-resource-usage -p 8089
\_ python ..../splunk/etc/apps/website_monitoring/bin/web_ping.py
The script does not change his work past I changed the configuration in web.conf
My question: How can I restart the script?
A: kill -1 PID destoroyed the process.
... View more
I got the same issue.
It was fixed if I remove the httplib2 in
$SPLUNK_HOME/lib/python2.7/site-packages
and replaced it with httplib2 Version 0.9.2 (downloaded and extracted)
`
$SPLUNK_HOME/bin/splunk cmd python
print httplib2.version
0.9.2`
So I can go across proxies also with user and pass....
... View more