<?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: How to write a search for a list of all different versions of an app? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644543#M16432</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok, I'll try to get this information. For the moment thank you very much for your help!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 17:52:51 GMT</pubDate>
    <dc:creator>Mat1</dc:creator>
    <dc:date>2023-05-24T17:52:51Z</dc:date>
    <item>
      <title>How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644151#M16382</link>
      <description>&lt;P&gt;I'm not so keen in creating Splunk query, so I would kindly ask your support for the following query:&lt;BR /&gt;&lt;BR /&gt;I need to have a list with all different versions of an application currently installed on all PC's and related username, hostname and src ip. My draft query is the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* sourcetype=* "pippo app"
| stats list(file_name) as "application" by src_user
| table username, hostname, src_ip, application with version&lt;/LI-CODE&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 16:53:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644151#M16382</guid>
      <dc:creator>Mat1</dc:creator>
      <dc:date>2023-05-22T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644159#M16383</link>
      <description>&lt;P&gt;What's wrong with the query you have?&amp;nbsp; What does your data look like?&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 17:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644159#M16383</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-05-22T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644218#M16388</link>
      <description>&lt;P&gt;My query doesn't work&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 07:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644218#M16388</guid>
      <dc:creator>Mat1</dc:creator>
      <dc:date>2023-05-23T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644267#M16392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257011"&gt;@Mat1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;what's the issue you experienced: no results or results different from expected,&lt;/P&gt;&lt;P&gt;if the second, could you share the result you have and the result you want?&lt;/P&gt;&lt;P&gt;at first after a stats command you have only the fields in the command, in your case, you have only "src_user" and "application".&lt;/P&gt;&lt;P&gt;If this is your issue, you have to add the other fields in the stats options using the values option.&lt;/P&gt;&lt;P&gt;Then, if you run only the main search, have you in interesting fields src_user and file_name?&lt;/P&gt;&lt;P&gt;if yse, check if in the same event you have both these fields abd check filenames.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 14:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644267#M16392</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-23T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644401#M16409</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;my previous query didn't give any results, because was wrong. This is my new query:&lt;/P&gt;&lt;P&gt;index=*&amp;nbsp; &amp;nbsp;"KeePass"&lt;BR /&gt;| table src_user, src_user_email, src_ip, file_name | dedup src_user&lt;/P&gt;&lt;P&gt;I need my query to show me the 'keepass' application and its version on each PC.&lt;BR /&gt;With this query it only finds me the .exe, .dll, etc. files, but I need to know the version installed on each PC.&lt;BR /&gt;Right now it correctly shows me "username", "password" and "IP" (although not everything, because I think there is some info missing in the raw file).&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 06:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644401#M16409</guid>
      <dc:creator>Mat1</dc:creator>
      <dc:date>2023-05-24T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644426#M16414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257011"&gt;@Mat1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;where is stored the information about version?&lt;/P&gt;&lt;P&gt;if you haven't this information see if it's possible to extract it using a script.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 08:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644426#M16414</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-24T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search for a list of all different versions of an app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644543#M16432</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok, I'll try to get this information. For the moment thank you very much for your help!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-write-a-search-for-a-list-of-all-different-versions-of-an/m-p/644543#M16432</guid>
      <dc:creator>Mat1</dc:creator>
      <dc:date>2023-05-24T17:52:51Z</dc:date>
    </item>
  </channel>
</rss>

