<?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: Rising Column in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517652#M4716</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's difficoult in this way, could you share the screen shots of the steps you did?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 07:07:30 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-03T07:07:30Z</dc:date>
    <item>
      <title>Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516662#M4708</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I unable to select Rising column parameter from the following SQL Query.Can someone please help me with this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;select * from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(select to_char(count(1)) as "sessions" from v\\$session),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(select to_char(count(1)) as "processes" from v\\$process),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(select value as "max_sessions" from v\\$parameter where NAME='sessions'),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(select value as "max_processes" from v\\$parameter where NAME='processes'),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(select to_number(substr(output, 33),9999999.99) avg_ash&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from table(dbms_workload_repository.ash_report_text( (select dbid from v\\$database), 1, sysdate - interval '5' minute, sysdate, 0))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where output like '%Average Active Sessions%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 10:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516662#M4708</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-08-28T10:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516664#M4709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you're using select * this means that you take all the fields from those tables,&lt;/P&gt;&lt;P&gt;As I said in anothe answer, in the fields that you have as output of your query you have to identify one of them that's progressive (always growing), if you haven't you have to create it merging two fields (e.g. date and another field).&lt;/P&gt;&lt;P&gt;Which fields do you have?&lt;/P&gt;&lt;P&gt;Is there a progressive field?&lt;/P&gt;&lt;P&gt;If not, which fields you can use?&lt;/P&gt;&lt;P&gt;I don't know your data so I cannot help more.&lt;/P&gt;&lt;P&gt;As I said, this isn't a Splunk question, it's an SQL question!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 10:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516664#M4709</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-28T10:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516668#M4710</link>
      <description>&lt;P&gt;To use rising column option, your sql query results should have a column which will be incremented by 1 or timestamp.&lt;/P&gt;&lt;P&gt;can you share header?&lt;/P&gt;&lt;P&gt;identify the key column which will be changing when new record is inserted into table.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 11:15:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516668#M4710</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-28T11:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516676#M4711</link>
      <description>Can I use LOGON_TIME parameter as a Rising Column. It just tell us when the user has logged-in.</description>
      <pubDate>Fri, 28 Aug 2020 11:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516676#M4711</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-08-28T11:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516677#M4712</link>
      <description>&lt;P&gt;Can I use LOGON_TIME parameter as a Rising Column(suggested by DBA Team)&lt;/P&gt;&lt;P&gt;It just tell us when the user has logged-in.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 11:42:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516677#M4712</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-08-28T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516682#M4713</link>
      <description>&lt;P&gt;Of course you can. First run your query as batch. Once results are returned, you can change to rising column and add query suggested in the db connect app.&lt;/P&gt;&lt;P&gt;set checkpoint, in your case choose logon_time and date also login_time.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:27:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516682#M4713</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-28T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516686#M4714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;LOGON_TIME could be usable, but in this way you have the risk to take twice an event or loose it if you have two events with the same timestamp at the separation time.&lt;/P&gt;&lt;P&gt;Probably it isn't a great problem.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:33:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/516686#M4714</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-28T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517616#M4715</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;When I am trying to save it,I'm encountering the following error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rahul2gupta_0-1599099509737.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10618i1F770123A8C9AF99/image-size/large?v=v2&amp;amp;px=999" role="button" title="rahul2gupta_0-1599099509737.png" alt="rahul2gupta_0-1599099509737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 02:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517616#M4715</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-09-03T02:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517652#M4716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's difficoult in this way, could you share the screen shots of the steps you did?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 07:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517652#M4716</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-03T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517656#M4717</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;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Query:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;index=main&amp;nbsp;&lt;STRONG&gt;sourcetype=wms_oracle_sessions&lt;/STRONG&gt;&amp;nbsp;| bucket span=5m _time | stats count AS sessions by _time,warehouse,machine,program | sum(sessions) AS wsessions by _time,warehouse | timechart avg(wsessions) by warehouse&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;In which&lt;STRONG&gt;&amp;nbsp;sourcetype=wms_oracle_sessions&lt;/STRONG&gt;&amp;nbsp;is missing.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to create new sourcetype. Please find the screenshot below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="g2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10620iB9878D55BF6E9321/image-size/large?v=v2&amp;amp;px=999" role="button" title="g2.PNG" alt="g2.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Name:wms_oracle_sessions&lt;/P&gt;&lt;P&gt;Input type -- tail&lt;/P&gt;&lt;P&gt;I specified sql query&lt;/P&gt;&lt;P&gt;Rising column --LOGON_TIME&lt;/P&gt;&lt;P&gt;I filled all the columns but when I am trying to save it we are encountering the error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rahul2gupta_0-1599099509737.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10618i1F770123A8C9AF99/image-size/large?v=v2&amp;amp;px=999" role="button" title="rahul2gupta_0-1599099509737.png" alt="rahul2gupta_0-1599099509737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Sep 2020 07:24:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517656#M4717</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-09-03T07:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517658#M4718</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think that you flagged "Specify SQL query" and inserted your query or inserted in the field the table you want.&lt;/P&gt;&lt;P&gt;Then you inserted&amp;nbsp;&lt;SPAN&gt;LOGON_TIME&amp;nbsp;in the Rising_Column field and the other Splunk fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only one question: which is the format of LOGON_TIME&amp;nbsp;? it's in epochtime so you're sure that's always growing or in a different one?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if in a different one, try to transform it in the Oracle query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 07:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517658#M4718</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-03T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517698#M4719</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;DIV&gt;The LOGON_TI&lt;SPAN&gt;ME format is as below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LOGON_TIME &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;eg.&amp;nbsp;9/3/2020 7:18:50 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rahul&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Sep 2020 10:38:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517698#M4719</guid>
      <dc:creator>rahul2gupta</dc:creator>
      <dc:date>2020-09-03T10:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rising Column</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517699#M4720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222802"&gt;@rahul2gupta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you should add a field containing the&amp;nbsp;&lt;SPAN&gt;LOGON_TI&lt;/SPAN&gt;&lt;SPAN&gt;ME&amp;nbsp; in epochtime format so you're sure to have an always growing field to use in the&amp;nbsp;Rising_Column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 10:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Rising-Column/m-p/517699#M4720</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-03T10:45:03Z</dc:date>
    </item>
  </channel>
</rss>

