<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to remove a website from the Website Monitoring app? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121770#M9397</link>
    <description>&lt;P&gt;@LukeMurphey , I'm on version 2.7 and still unable to remove the URL that has been removed from Inputs on the status overview screen. Please help.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 13:00:36 GMT</pubDate>
    <dc:creator>prateedshetty</dc:creator>
    <dc:date>2018-11-26T13:00:36Z</dc:date>
    <item>
      <title>How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121764#M9391</link>
      <description>&lt;P&gt;I am currently using the website monitoring app and I want to remove a website from this app, when I go into the manager I can remove this input but in the status summary I still see the old website as showing up even though I'm not connecting to it.  How do I clear out these old websites from the app?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:14:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121764#M9391</guid>
      <dc:creator>nvyguardsman</dc:creator>
      <dc:date>2014-11-13T18:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121765#M9392</link>
      <description>&lt;P&gt;The app currently doesn't filter out data from inputs that are removed. I can look into adding something like that (perhaps a filter option in the UI). I'll look into it as soon as I can and will be tracking the work at &lt;A href="http://lukemurphey.net/issues/891"&gt;http://lukemurphey.net/issues/891&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Update:&lt;/EM&gt;&lt;BR /&gt;
I am implemented the ability to filter disabled inputs over a year ago but forgot to update this post. Version 1.1 and following include this feature.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121765#M9392</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2014-11-13T18:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121766#M9393</link>
      <description>&lt;P&gt;Add url field in join statement&lt;/P&gt;

&lt;P&gt;Setting &amp;gt; Advanced search » Search macros&lt;/P&gt;

&lt;P&gt;Replace filter_disabled &lt;/P&gt;

&lt;P&gt;From &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| join source [| rest /services/data/inputs/web_ping | search disabled=0 | fields title id | rex field=id ".*[/](?[^/]*)" | eval name=urldecode(name) | eval source="web_ping://".urldecode(name)]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;TO&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| join source [| rest /services/data/inputs/web_ping | search disabled=0 | fields title id url | rex field=id ".*[/](?[^/]*)" | eval name=urldecode(name) | eval source="web_ping://".urldecode(name)]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Feb 2016 02:50:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121766#M9393</guid>
      <dc:creator>vivekragu</dc:creator>
      <dc:date>2016-02-29T02:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121767#M9394</link>
      <description>&lt;P&gt;Hi all:)&lt;BR /&gt;
I have updated the filter_disabled but it still shows removed websites.&lt;BR /&gt;
Do I need to restart the Splunk app?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121767#M9394</guid>
      <dc:creator>kairobin</dc:creator>
      <dc:date>2016-12-05T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121768#M9395</link>
      <description>&lt;P&gt;I know this thread is quite old. I have installed this app and added lots of websites (say ~60) 20 of those websites do not connect, so I removed them. They are still showing up in my results. I have tried the change to the filter_disabled, but that has not worked either. &lt;/P&gt;

&lt;P&gt;Where does the index or "file" live so that I can purge it manually? &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 13:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121768#M9395</guid>
      <dc:creator>dmitri47</dc:creator>
      <dc:date>2018-05-04T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121769#M9396</link>
      <description>&lt;P&gt;&lt;EM&gt;Update:&lt;BR /&gt;
I am implemented the ability to filter disabled inputs over a year ago but forgot to update this post. Version 1.1 and following include this feature.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;I have version 2.7 installed and it does NOT filter out disabled or deleted urls / websites.&lt;BR /&gt;
Trying to find the web_ping index or file to purge manually. &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 13:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121769#M9396</guid>
      <dc:creator>dmitri47</dc:creator>
      <dc:date>2018-05-04T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121770#M9397</link>
      <description>&lt;P&gt;@LukeMurphey , I'm on version 2.7 and still unable to remove the URL that has been removed from Inputs on the status overview screen. Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121770#M9397</guid>
      <dc:creator>prateedshetty</dc:creator>
      <dc:date>2018-11-26T13:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121771#M9398</link>
      <description>&lt;P&gt;@LukeMurphey  @prateedshetty &lt;/P&gt;

&lt;P&gt;Would also appreciate any hint on how to remove old URLs. If I added a wrong URL it will constantly show up under "Executive Summary" and "Status Overview", even though the data input has been removed.&lt;BR /&gt;
Unfortunately I did not find a manual way to remove unwanted URLs as it seems impossible to remove specific data sets.&lt;BR /&gt;
Even though they do not show up any more when not included in filtered time range, which is good.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 07:41:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121771#M9398</guid>
      <dc:creator>nschmalz</dc:creator>
      <dc:date>2018-11-29T07:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121772#M9399</link>
      <description>&lt;P&gt;I opened a ticket on this: &lt;A href="https://lukemurphey.net/issues/2338"&gt;https://lukemurphey.net/issues/2338&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'll be looking  into it soon.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 06:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121772#M9399</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-12-04T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121773#M9400</link>
      <description>&lt;P&gt;Hi, can you please add this feature?&lt;BR /&gt;
Still is not working remove sites....&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121773#M9400</guid>
      <dc:creator>cernypavel</dc:creator>
      <dc:date>2019-05-20T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121774#M9401</link>
      <description>&lt;P&gt;I have tried to reproduce this but it has been working for me. Can you check the lookup named "web_ping_inputs.csv" and see if the removed input is in the lookup?&lt;/P&gt;

&lt;P&gt;Also: could you let me know what version of the app you are using?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:42:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121774#M9401</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2020-09-30T00:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121775#M9402</link>
      <description>&lt;P&gt;Sorry, maybe i was wrong, all is OK&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 06:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/121775#M9402</guid>
      <dc:creator>cernypavel</dc:creator>
      <dc:date>2019-05-24T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/618049#M77842</link>
      <description>&lt;P&gt;Go to change history, choose the website that you wanted to delete, in search bar add this at the end&lt;BR /&gt;" | delete "&amp;nbsp;&lt;BR /&gt;Date time range set to presets "All time"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 06:30:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/618049#M77842</guid>
      <dc:creator>Tunghor</dc:creator>
      <dc:date>2022-10-22T06:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a website from the Website Monitoring app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/621628#M77998</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Click on Settings&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Data inputs&lt;/STRONG&gt; &lt;/EM&gt;-&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Website Availability Check&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Delete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 22:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-remove-a-website-from-the-Website-Monitoring-app/m-p/621628#M77998</guid>
      <dc:creator>Snowsel1</dc:creator>
      <dc:date>2022-11-21T22:09:49Z</dc:date>
    </item>
  </channel>
</rss>

