<?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: Comparing appVersions over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453815#M128414</link>
    <description>&lt;P&gt;It worked fine for me.  Cut and paste from this answer or type it in again.  Maybe you have some stray invisible control character in your SPL?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2019 16:19:49 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-09-02T16:19:49Z</dc:date>
    <item>
      <title>Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453807#M128406</link>
      <description>&lt;P&gt;Hi, I am trying to compare my latest app vs all the other app Version to evaluate adoption rate. I would like to display this is a visual format&lt;/P&gt;

&lt;P&gt;This is my search so far:&lt;BR /&gt;
index=web sourcetype=Prod application&lt;BR /&gt;
|eval Version=if('Version'="3.0", "3.0", "NOT 3.0")&lt;BR /&gt;
|stats dc(Users) as Unique_Users by Version&lt;BR /&gt;
|eventstats sum(Unique_Users) as AllUsers&lt;BR /&gt;
|eval percent= round( Unique_Users/AllUsers)&lt;BR /&gt;
|appendpipe&lt;BR /&gt;
[ search index=web sourcetype=Prod application  Version="*"&lt;BR /&gt;
|stats....]&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453807#M128406</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2020-09-30T01:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453808#M128407</link>
      <description>&lt;P&gt;Can you post some sample output (columns you want to show with sample values)?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453808#M128407</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-08-19T19:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453809#M128408</link>
      <description>&lt;P&gt;@somesoni2 I was hoping to see Version and Total Users. I would like 2 different line charts(1 for every version that is not 3.0 and one that is 3.0). Ambitiously, I would also like to separate it by operating system so windows vs mac but I didn't include that in my initial search. &lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:38:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453809#M128408</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2019-08-19T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453810#M128409</link>
      <description>&lt;P&gt;@somesoni2 I was hoping to have the latest version on one line(by total users) and then the other versions on another line(total users) by Operating system(windows/mac). I'm hoping to use a visualization line chart.  In my search I didn't include the OS although that's what I want to end up doing.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 21:17:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453810#M128409</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2019-08-19T21:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453811#M128410</link>
      <description>&lt;P&gt;I do not understand why this is insufficient; do explain more:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=web AND sourcetype=Prod application
|eval Version=if('Version'="3.0", "3.0", "NOT 3.0")
|stats dc(Users) as Unique_Users by Version
|eventstats sum(Unique_Users) AS AllUsers
|eval percent= round(Unique_Users/AllUsers)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Aug 2019 21:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453811#M128410</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-08-19T21:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453812#M128411</link>
      <description>&lt;P&gt;@woodcock it's insufficient because on my line chart, I am not seeing the other versions. I have a line that says from 3.0- Not 3.0. I would like to see the other versions as well.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453812#M128411</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2019-08-20T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453813#M128412</link>
      <description>&lt;P&gt;So get rid of that &lt;CODE&gt;eval&lt;/CODE&gt; line.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453813#M128412</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-08-20T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453814#M128413</link>
      <description>&lt;P&gt;@woodcock  I did try this and it didn't work&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 11:52:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453814#M128413</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2019-08-21T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453815#M128414</link>
      <description>&lt;P&gt;It worked fine for me.  Cut and paste from this answer or type it in again.  Maybe you have some stray invisible control character in your SPL?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 16:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453815#M128414</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-09-02T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing appVersions over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453816#M128415</link>
      <description>&lt;P&gt;Thank you, it's still not working. Not sure why it didn't work for me. I removed the append pipe in my original and it's close to what I need for now. I want to further break it down so that the latest version automatically populates on it's own without manual input. Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 13:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-appVersions-over-time/m-p/453816#M128415</guid>
      <dc:creator>khanyag1</dc:creator>
      <dc:date>2019-09-09T13:11:34Z</dc:date>
    </item>
  </channel>
</rss>

