<?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: Is there a way to get the number to only show if it sees an account rather than account and every log associated wit in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636506#M221051</link>
    <description>&lt;P&gt;To not search events from all account you could use a csv file as a base for your search filter. The subsearch will output the result of&amp;nbsp;accounts.csv in the form ((account="account_1") OR (account="account_2") etc )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index_with_account_data 
  [| inputlookup accounts.csv
   | table account
   | format]
| table _time, account, * &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Seb&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 10:47:58 GMT</pubDate>
    <dc:creator>srauhala_splunk</dc:creator>
    <dc:date>2023-03-29T10:47:58Z</dc:date>
    <item>
      <title>Is there a way to get the number to only show if it sees an account rather than account and every log associated with it</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636326#M220992</link>
      <description>&lt;P&gt;Hello all, im looking to create a dashboard for certain accounts. I have a list of 20 accounts that need to be monitored if they are logging in or not. I did a stats count and can see all the accounts however putting this into a single value visualization shows a count for all the logs so its showing as millions as its counting each log for the accounts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to get the number to only show if it sees an account rather than account and every log associated with it, I should only have a max of 20.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 16:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636326#M220992</guid>
      <dc:creator>supersnedz</dc:creator>
      <dc:date>2023-03-28T16:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Counting User accounts logged in</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636353#M221003</link>
      <description>&lt;LI-CODE lang="markup"&gt;| stats count by account
| stats count&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Mar 2023 15:54:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636353#M221003</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-28T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get the number to only show if it sees an account rather than account and every log associated wit</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636506#M221051</link>
      <description>&lt;P&gt;To not search events from all account you could use a csv file as a base for your search filter. The subsearch will output the result of&amp;nbsp;accounts.csv in the form ((account="account_1") OR (account="account_2") etc )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index_with_account_data 
  [| inputlookup accounts.csv
   | table account
   | format]
| table _time, account, * &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Seb&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 10:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/636506#M221051</guid>
      <dc:creator>srauhala_splunk</dc:creator>
      <dc:date>2023-03-29T10:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get the number to only show if it sees an account rather than account and every log associated wit</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/641562#M222248</link>
      <description>&lt;P&gt;Thank you for this! works perfectly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-get-the-number-to-only-show-if-it-sees-an/m-p/641562#M222248</guid>
      <dc:creator>supersnedz</dc:creator>
      <dc:date>2023-04-27T10:15:38Z</dc:date>
    </item>
  </channel>
</rss>

