<?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: Search command for different PC's in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98142#M25295</link>
    <description>&lt;P&gt;Haha omg you right Ayn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; so simple, thx.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2012 13:56:36 GMT</pubDate>
    <dc:creator>Rhuen</dc:creator>
    <dc:date>2012-03-21T13:56:36Z</dc:date>
    <item>
      <title>Search command for different PC's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98140#M25293</link>
      <description>&lt;P&gt;Hy,&lt;/P&gt;

&lt;P&gt;i have create a Dashboard with Error Logs.&lt;BR /&gt;
1 for all pc's: Computername="*", it works, i see all PC's but which command is the right to see only 2 or 3 PC's with Computername:&lt;BR /&gt;
Client1 and Client2?!&lt;BR /&gt;
I was try:&lt;BR /&gt;
...Computername="Client1,Client"...Computername="Client1" Computername="Client2"...and so on, nothing is working.&lt;/P&gt;

&lt;P&gt;I know it works with "Client*" then i see Client1, and Client2, but the Computernames are MAC-Adress...Client1 and Client2 name is only a example.&lt;/P&gt;

&lt;P&gt;I hope you know what i mean :-).&lt;/P&gt;

&lt;P&gt;This are my complete search string:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="WMI:WinEventLog:*" ComputerName="*"  | stats count count(eval(Type="Warnung")) as warnings count(eval(Type="Fehler")) as errors by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;greets.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98140#M25293</guid>
      <dc:creator>Rhuen</dc:creator>
      <dc:date>2012-03-21T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search command for different PC's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98141#M25294</link>
      <description>&lt;P&gt;If you want to search for multiple values of ComputerName you could just OR them together:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ComputerName="Client1" OR ComputerName="Client2" OR ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Mar 2012 13:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98141#M25294</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-03-21T13:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search command for different PC's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98142#M25295</link>
      <description>&lt;P&gt;Haha omg you right Ayn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; so simple, thx.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 13:56:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98142#M25295</guid>
      <dc:creator>Rhuen</dc:creator>
      <dc:date>2012-03-21T13:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search command for different PC's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98143#M25296</link>
      <description>&lt;P&gt;I think now you can do something like this :&lt;/P&gt;

&lt;P&gt;source="WMI:WinEventLog:*" ComputerName IN ("Client1","Client2","Client3","Client4")&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 15:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-command-for-different-PC-s/m-p/98143#M25296</guid>
      <dc:creator>jtrimmi1</dc:creator>
      <dc:date>2019-05-06T15:24:07Z</dc:date>
    </item>
  </channel>
</rss>

