<?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 OR connection with missing fileds in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407360#M167268</link>
    <description>&lt;P&gt;Hello Folks, i have folowing question &lt;BR /&gt;
I have folowing search&lt;/P&gt;

&lt;P&gt;index=indexA OR index=indexB OR indexC user=alex OR ip=255.255.255.255 OR os= win95|table user ip os index&lt;/P&gt;

&lt;P&gt;i expect (and i need) folowing result&lt;/P&gt;

&lt;P&gt;alex null win95 indexA&lt;BR /&gt;
alex 255.255.255.255 win95 indexB&lt;BR /&gt;
null null win95 index C&lt;/P&gt;

&lt;P&gt;curently i have&lt;BR /&gt;
alex 255.255.255.255 win95 indexB&lt;BR /&gt;
simon 0.0.0.0 linux indexB&lt;BR /&gt;
betty 0.0.0.1 mac indexB&lt;/P&gt;

&lt;P&gt;what am i doing wrong?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 11:14:55 GMT</pubDate>
    <dc:creator>alex_kh</dc:creator>
    <dc:date>2018-10-04T11:14:55Z</dc:date>
    <item>
      <title>OR connection with missing fileds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407360#M167268</link>
      <description>&lt;P&gt;Hello Folks, i have folowing question &lt;BR /&gt;
I have folowing search&lt;/P&gt;

&lt;P&gt;index=indexA OR index=indexB OR indexC user=alex OR ip=255.255.255.255 OR os= win95|table user ip os index&lt;/P&gt;

&lt;P&gt;i expect (and i need) folowing result&lt;/P&gt;

&lt;P&gt;alex null win95 indexA&lt;BR /&gt;
alex 255.255.255.255 win95 indexB&lt;BR /&gt;
null null win95 index C&lt;/P&gt;

&lt;P&gt;curently i have&lt;BR /&gt;
alex 255.255.255.255 win95 indexB&lt;BR /&gt;
simon 0.0.0.0 linux indexB&lt;BR /&gt;
betty 0.0.0.1 mac indexB&lt;/P&gt;

&lt;P&gt;what am i doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:14:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407360#M167268</guid>
      <dc:creator>alex_kh</dc:creator>
      <dc:date>2018-10-04T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: OR connection with missing fileds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407361#M167269</link>
      <description>&lt;P&gt;@alex_kh &lt;/P&gt;

&lt;P&gt;strings are encoded with &lt;CODE&gt;"index1"&lt;/CODE&gt; or &lt;CODE&gt;'mac'&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407361#M167269</guid>
      <dc:creator>harishalipaka</dc:creator>
      <dc:date>2018-10-04T13:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: OR connection with missing fileds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407362#M167270</link>
      <description>&lt;P&gt;It would help to see sample events.&lt;BR /&gt;
Adding parentheses to your query will help tell Splunk how to interpret your desires.  For exanple, &lt;CODE&gt;(index=indexA OR index=indexB OR indexC) (user=alex OR ip=255.255.255.255 OR os= win95)|...&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/OR-connection-with-missing-fileds/m-p/407362#M167270</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-10-04T13:33:10Z</dc:date>
    </item>
  </channel>
</rss>

