<?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: Proper syntax for urls.conf with multiple URLs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69357#M97041</link>
    <description>&lt;P&gt;Out of curiosity have you, or anyone else, figured out a way of specifying multiple pages under a given subdirectory as a single definition in urls.conf? &lt;/P&gt;

&lt;P&gt;Such that&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/1"&gt;http://www.website.com/a/1&lt;/A&gt;&lt;BR /&gt;
...&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/2"&gt;http://www.website.com/a/2&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;could be defined as&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/"&gt;http://www.website.com/a/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;because that'd be handy (whitelisting filetypes would too but we may have to wait for that one).&lt;/P&gt;</description>
    <pubDate>Sun, 04 Mar 2012 06:53:56 GMT</pubDate>
    <dc:creator>Blu3fish</dc:creator>
    <dc:date>2012-03-04T06:53:56Z</dc:date>
    <item>
      <title>Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69354#M97038</link>
      <description>&lt;P&gt;Can someone clarify the syntax for multiple urls in the urls.conf file please for the WebMon?&lt;BR /&gt;
The app is only picking up the last url in my file. The examples show brackets around the url name/title but I saw that there were no brackets in the earlier version.&lt;/P&gt;

&lt;P&gt;My Site 1&lt;BR /&gt;&lt;BR /&gt;
url = &lt;A href="http://www.site1.com"&gt;http://www.site1.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
timeout = 30&lt;BR /&gt;&lt;BR /&gt;
userAgent = Mozilla/4.0&lt;BR /&gt;&lt;BR /&gt;
My Site 2&lt;BR /&gt;&lt;BR /&gt;
url = &lt;A href="http://www.site2.com"&gt;http://www.site2.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
timeout = 30&lt;BR /&gt;&lt;BR /&gt;
userAgent = Mozilla/4.0&lt;BR /&gt;&lt;BR /&gt;
My Site 3&lt;BR /&gt;&lt;BR /&gt;
url = &lt;A href="http://www.site3.com"&gt;http://www.site3.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
timeout = 30&lt;BR /&gt;&lt;BR /&gt;
userAgent = Mozilla/4.0&lt;BR /&gt;&lt;BR /&gt;
My site 4&lt;BR /&gt;&lt;BR /&gt;
url = &lt;A href="http://www.site4.com"&gt;http://www.site4.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
timeout = 30&lt;BR /&gt;&lt;BR /&gt;
userAgent = Mozilla/4.0&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 22:41:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69354#M97038</guid>
      <dc:creator>sliderCO</dc:creator>
      <dc:date>2012-02-09T22:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69355#M97039</link>
      <description>&lt;P&gt;I got it! The brackets are required for each URL or "ping_name" as it is referred to in the app.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 04:37:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69355#M97039</guid>
      <dc:creator>sliderCO</dc:creator>
      <dc:date>2012-02-10T04:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69356#M97040</link>
      <description>&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[Site 1 CoolSite]
url = &lt;A href="http://www.website1.com" target="test_blank"&gt;http://www.website1.com&lt;/A&gt;
timeout = 30
userAgent = Mozilla/4.0
[Site 2 CoolerSite]
url = &lt;A href="http://www.website2.com" target="test_blank"&gt;http://www.website2.com&lt;/A&gt;
timeout = 30
userAgent = Mozilla/4.0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Mar 2012 04:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69356#M97040</guid>
      <dc:creator>sliderCO</dc:creator>
      <dc:date>2012-03-02T04:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69357#M97041</link>
      <description>&lt;P&gt;Out of curiosity have you, or anyone else, figured out a way of specifying multiple pages under a given subdirectory as a single definition in urls.conf? &lt;/P&gt;

&lt;P&gt;Such that&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/1"&gt;http://www.website.com/a/1&lt;/A&gt;&lt;BR /&gt;
...&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/2"&gt;http://www.website.com/a/2&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;could be defined as&lt;BR /&gt;
url = &lt;A href="http://www.website.com/a/"&gt;http://www.website.com/a/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;because that'd be handy (whitelisting filetypes would too but we may have to wait for that one).&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2012 06:53:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69357#M97041</guid>
      <dc:creator>Blu3fish</dc:creator>
      <dc:date>2012-03-04T06:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69358#M97042</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Can you pl help on how to configure webmon.&lt;BR /&gt;
I did modify urls.conf but I cant see any data coming in. should the useragent be changed?&lt;BR /&gt;
I am using IE 9&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 16:38:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69358#M97042</guid>
      <dc:creator>splunktest_ng</dc:creator>
      <dc:date>2012-09-11T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proper syntax for urls.conf with multiple URLs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69359#M97043</link>
      <description>&lt;P&gt;Hi, it might be that you have found the answer but I had the same problem. I think, I solved it by making a script called "webmon_handler.py" executable which is not executable by default.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 19:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-syntax-for-urls-conf-with-multiple-URLs/m-p/69359#M97043</guid>
      <dc:creator>dearimranz</dc:creator>
      <dc:date>2013-06-18T19:23:43Z</dc:date>
    </item>
  </channel>
</rss>

