<?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 Query for Multiple URLs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502229#M139791</link>
    <description>&lt;P&gt;I'm sure this will be easy for you guys but I"m struggling with it..&lt;BR /&gt;
I need to modify this query to look for both the &lt;A href="http://open/FinalNumbers"&gt;http://open/FinalNumbers&lt;/A&gt; as well as a URL of &lt;A href="https://apicorp.company/open/FinalNumbers"&gt;https://apicorp.company/open/FinalNumbers&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"A GET was made to Open API - Status: OK (&lt;A href="http://open/FinalNumbers"&gt;http://open/FinalNumbers&lt;/A&gt;" | spath AppID | search Environment=prod | timechart count by Environment | bin span=7d _time | stats avg(prod)&lt;/P&gt;

&lt;P&gt;Please help!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 12:16:09 GMT</pubDate>
    <dc:creator>kvanwagoner</dc:creator>
    <dc:date>2019-12-06T12:16:09Z</dc:date>
    <item>
      <title>Query for Multiple URLs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502229#M139791</link>
      <description>&lt;P&gt;I'm sure this will be easy for you guys but I"m struggling with it..&lt;BR /&gt;
I need to modify this query to look for both the &lt;A href="http://open/FinalNumbers"&gt;http://open/FinalNumbers&lt;/A&gt; as well as a URL of &lt;A href="https://apicorp.company/open/FinalNumbers"&gt;https://apicorp.company/open/FinalNumbers&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"A GET was made to Open API - Status: OK (&lt;A href="http://open/FinalNumbers"&gt;http://open/FinalNumbers&lt;/A&gt;" | spath AppID | search Environment=prod | timechart count by Environment | bin span=7d _time | stats avg(prod)&lt;/P&gt;

&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:16:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502229#M139791</guid>
      <dc:creator>kvanwagoner</dc:creator>
      <dc:date>2019-12-06T12:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query for Multiple URLs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502230#M139792</link>
      <description>&lt;P&gt;Sounds like you want to OR the URLs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"A GET was made to Open API - Status: OK (http://open/FinalNumbers" OR "A GET was made to Open API - Status: OK (https://apicorp.company/open/FinalNumbers" | spath AppID | search Environment=prod | timechart count by Environment | bin span=7d _time | stats avg(prod)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also before the first pipe, you should specify an index and sourcetype at a minimum for efficiency.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502230#M139792</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2019-12-06T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Query for Multiple URLs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502231#M139793</link>
      <description>&lt;P&gt;Thanks!  That worked!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 20:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502231#M139793</guid>
      <dc:creator>kvanwagoner</dc:creator>
      <dc:date>2019-12-06T20:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query for Multiple URLs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502232#M139794</link>
      <description>&lt;P&gt;Please "accept as answer" the solution that fixes the issue, to help others. Thanks, and glad it worked!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 21:16:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-for-Multiple-URLs/m-p/502232#M139794</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2019-12-06T21:16:23Z</dc:date>
    </item>
  </channel>
</rss>

