<?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: Retrieve output data from Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298163#M92935</link>
    <description>&lt;P&gt;Hi JosIJntema,&lt;BR /&gt;
Yes, you can extract the number of events for each user, export results in a file and then categorize results in Excel.&lt;BR /&gt;
to write the result of a Splunk search you can add at the end of your search the outputcsv command (see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Outputcsv"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Outputcsv&lt;/A&gt;).&lt;BR /&gt;
Remember that the folder where you can find csv files is fixed: $SPLUNK_HOME/var/run/splunk/csv&lt;/P&gt;

&lt;P&gt;But I'd prefer to do the same categorization adding to your app a lookup containing users and categories, in this way you can create a report with categories, users and the number of events for each user.&lt;BR /&gt;
You have many advantages of this methis:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you'll use only one tool to create your report;&lt;/LI&gt;
&lt;LI&gt;you don't need to do manual operations on results;&lt;/LI&gt;
&lt;LI&gt;in addition, you can also verify if someone of your users hasn't events.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 12:43:33 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-05-17T12:43:33Z</dc:date>
    <item>
      <title>Retrieve output data from Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298162#M92934</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;We want to get data from Splunk after a Splunk search has outputted the data in a file.&lt;/P&gt;

&lt;P&gt;Case&lt;BR /&gt;
In Splunk we have events for each user. With these events we can categorise users in target groups. What we can do is make an output everyday where the users are updated and for each user id the target group is saved.&lt;/P&gt;

&lt;P&gt;How could I then query this information from for example a website?&lt;/P&gt;

&lt;P&gt;Is this a good use of Splunk? Is there another solution that better solves what I want to achieve?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 12:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298162#M92934</guid>
      <dc:creator>JosIJntema</dc:creator>
      <dc:date>2017-05-17T12:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve output data from Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298163#M92935</link>
      <description>&lt;P&gt;Hi JosIJntema,&lt;BR /&gt;
Yes, you can extract the number of events for each user, export results in a file and then categorize results in Excel.&lt;BR /&gt;
to write the result of a Splunk search you can add at the end of your search the outputcsv command (see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Outputcsv"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Outputcsv&lt;/A&gt;).&lt;BR /&gt;
Remember that the folder where you can find csv files is fixed: $SPLUNK_HOME/var/run/splunk/csv&lt;/P&gt;

&lt;P&gt;But I'd prefer to do the same categorization adding to your app a lookup containing users and categories, in this way you can create a report with categories, users and the number of events for each user.&lt;BR /&gt;
You have many advantages of this methis:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you'll use only one tool to create your report;&lt;/LI&gt;
&lt;LI&gt;you don't need to do manual operations on results;&lt;/LI&gt;
&lt;LI&gt;in addition, you can also verify if someone of your users hasn't events.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 12:43:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298163#M92935</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-05-17T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve output data from Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298164#M92936</link>
      <description>&lt;P&gt;You are describing &lt;CODE&gt;Summary Indexing&lt;/CODE&gt;; read all about it here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Knowledge/Usesummaryindexing"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.0/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 12:50:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retrieve-output-data-from-Splunk/m-p/298164#M92936</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-17T12:50:50Z</dc:date>
    </item>
  </channel>
</rss>

