<?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 Unable to get the correct visualization in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-get-the-correct-visualization/m-p/564577#M1058</link>
    <description>&lt;P&gt;I have been editing the following query in order to get the duration for workload.....how ever while creating the visualization we only see duration of the bar chart......i am looking to see if we can get something with regards to the workload and/0r Jobname.&lt;/P&gt;&lt;P&gt;| inputlookup cyclestarttimes.csv&lt;BR /&gt;| lookup cycleendtimes.csv CYCLE WORKLOAD&lt;BR /&gt;| search WORKLOAD=F91&lt;BR /&gt;| where isnotnull(ENDTIME)&lt;BR /&gt;| eval STARTC = "2021-08-19"&lt;BR /&gt;| eval ENDC = "2021-08-20"&lt;BR /&gt;| eval STARTC = strptime(STARTC, "%Y-%m-%d")&lt;BR /&gt;| eval ENDC = strptime(ENDC, "%Y-%m-%d")&lt;BR /&gt;| eval CYCLEC = strptime(CYCLE, "%Y-%m-%d")&lt;BR /&gt;| where CYCLEC &amp;gt;= STARTC AND CYCLEC &amp;lt;= ENDC&lt;BR /&gt;| stats values(STARTTIME) as START values(ENDTIME) as STOP by WORKLOAD CYCLE&lt;BR /&gt;| eval _time = strptime(START, "%Y-%m-%d %H:%M:%S")&lt;BR /&gt;| eval end_time = strptime(STOP, "%Y-%m-%d %H:%M:%S")&lt;BR /&gt;| eval duration = (end_time - _time) * 1000&lt;BR /&gt;| eval JOBNAME = WORKLOAD&lt;BR /&gt;| stats count by _time,duration, WORKLOAD, JOBNAME&lt;BR /&gt;| table _time WORKLOAD JOBNAME duration&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 16:14:04 GMT</pubDate>
    <dc:creator>chinmay25</dc:creator>
    <dc:date>2021-08-24T16:14:04Z</dc:date>
    <item>
      <title>Unable to get the correct visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-get-the-correct-visualization/m-p/564577#M1058</link>
      <description>&lt;P&gt;I have been editing the following query in order to get the duration for workload.....how ever while creating the visualization we only see duration of the bar chart......i am looking to see if we can get something with regards to the workload and/0r Jobname.&lt;/P&gt;&lt;P&gt;| inputlookup cyclestarttimes.csv&lt;BR /&gt;| lookup cycleendtimes.csv CYCLE WORKLOAD&lt;BR /&gt;| search WORKLOAD=F91&lt;BR /&gt;| where isnotnull(ENDTIME)&lt;BR /&gt;| eval STARTC = "2021-08-19"&lt;BR /&gt;| eval ENDC = "2021-08-20"&lt;BR /&gt;| eval STARTC = strptime(STARTC, "%Y-%m-%d")&lt;BR /&gt;| eval ENDC = strptime(ENDC, "%Y-%m-%d")&lt;BR /&gt;| eval CYCLEC = strptime(CYCLE, "%Y-%m-%d")&lt;BR /&gt;| where CYCLEC &amp;gt;= STARTC AND CYCLEC &amp;lt;= ENDC&lt;BR /&gt;| stats values(STARTTIME) as START values(ENDTIME) as STOP by WORKLOAD CYCLE&lt;BR /&gt;| eval _time = strptime(START, "%Y-%m-%d %H:%M:%S")&lt;BR /&gt;| eval end_time = strptime(STOP, "%Y-%m-%d %H:%M:%S")&lt;BR /&gt;| eval duration = (end_time - _time) * 1000&lt;BR /&gt;| eval JOBNAME = WORKLOAD&lt;BR /&gt;| stats count by _time,duration, WORKLOAD, JOBNAME&lt;BR /&gt;| table _time WORKLOAD JOBNAME duration&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 16:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-get-the-correct-visualization/m-p/564577#M1058</guid>
      <dc:creator>chinmay25</dc:creator>
      <dc:date>2021-08-24T16:14:04Z</dc:date>
    </item>
  </channel>
</rss>

