LukeMurphey / splunk-website-monitoring

A website for monitoring web applications
MIT License
44 stars 20 forks source link

No data shows after deleting incorrect URL and adding correct URL #21

Open ScottWhittier opened 5 years ago

ScottWhittier commented 5 years ago

I installed version 2.7, configured it, pointed it to an index called website_monitors, and set up my first URL. I set it up as https://sitename.com then found out if won't work without the www. Deleted that, added a new one as https://www.sitename.com. Now I see no data associated with the new URL. All of the dashboards are blank.

I ran a search 'sourcetype=web_ping' and it shows no data in the last 24 hours. So I ran a search 'index="website_monitors" url=https://www.sitename.com' to see if there was anything in the index for the new URL. I see events every 5 minutes and up to date. Oddly, I noted that below each event it shows the following:

host = SPLINDEX source = web_ping://Site sourcetype = web_ping

If 'sourcetype=web_ping' shows here how come it doesn't show if I search only on sourcetype=web_ping?

Any assistance would be great.