<?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 hide &amp;quot;OTHER&amp;quot; job in Timechart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552768#M38303</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me how to use that option in my query.&lt;/P&gt;</description>
    <pubDate>Mon, 24 May 2021 12:24:52 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2021-05-24T12:24:52Z</dc:date>
    <item>
      <title>How to hide "OTHER" job in Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552763#M38299</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have created one Query:&lt;/P&gt;&lt;P&gt;index=abc source="/splunkLogs/JOB_MDJX_CS_STATS_PLATINUM.csv"|join type=outer JOBFLOW_ID [ inputlookup JOB_MDJX_CS_MASTER_E3.csv ]|eval fields=split(_raw,",")|eval Environment=mvindex(fields,11)|eval JOBFLOW_ID=mvindex(fields,0) |eval JOB_EXEC_TIME=mvindex(fields,8)|eval RunDate=mvindex(fields,3)|where Environment="E3"|where JOBFLOW_ID LIKE "%%"|eval RunDate="20".mvindex(fields,3)|fieldformat Run_Date=strftime(Run_Date,"%d/%b/%Y")|timechart sum(JOB_EXEC_TIME) as TotalExecTime by JOBFLOW_ID |eval TotalExecTime=round(TotalExecTime,2)|sort -TotalExecTime limit=10&lt;/P&gt;&lt;P&gt;The issue I am facing is I am getting jobs Trend but I am getting one more line as Other.&lt;/P&gt;&lt;P&gt;How we can hide that OTHER. Attached is the screenshot for the same.&lt;/P&gt;&lt;P&gt;Can someone please guide me.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 12:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552763#M38299</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-05-24T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide "OTHER" job in Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552767#M38302</link>
      <description>&lt;P&gt;Try the useother=f option on the timechart command&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 12:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552767#M38302</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T12:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide "OTHER" job in Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552768#M38303</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me how to use that option in my query.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 12:24:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552768#M38303</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-05-24T12:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide "OTHER" job in Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552770#M38304</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=abc source="/splunkLogs/JOB_MDJX_CS_STATS_PLATINUM.csv"|join type=outer JOBFLOW_ID [ inputlookup JOB_MDJX_CS_MASTER_E3.csv ]|eval fields=split(_raw,",")|eval Environment=mvindex(fields,11)|eval JOBFLOW_ID=mvindex(fields,0) |eval JOB_EXEC_TIME=mvindex(fields,8)|eval RunDate=mvindex(fields,3)|where Environment="E3"|where JOBFLOW_ID LIKE "%%"|eval RunDate="20".mvindex(fields,3)|fieldformat Run_Date=strftime(Run_Date,"%d/%b/%Y")|timechart useother=f sum(JOB_EXEC_TIME) as TotalExecTime by JOBFLOW_ID |eval TotalExecTime=round(TotalExecTime,2)|sort -TotalExecTime limit=10&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 May 2021 12:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552770#M38304</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T12:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide "OTHER" job in Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552772#M38305</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc source="/splunkLogs/JOB_MDJX_CS_STATS_PLATINUM.csv"
| join type=outer JOBFLOW_ID 
  [ | inputlookup JOB_MDJX_CS_MASTER_E3.csv ]
| eval fields=split(_raw,",")
| eval Environment=mvindex(fields,11)
| eval JOBFLOW_ID=mvindex(fields,0) 
| eval JOB_EXEC_TIME=mvindex(fields,8)
| eval RunDate=mvindex(fields,3)
| where Environment="E3"
| where JOBFLOW_ID LIKE "%%"
| eval RunDate="20".mvindex(fields,3)
| fieldformat Run_Date=strftime(Run_Date,"%d/%b/%Y")
| timechart useother=f sum(JOB_EXEC_TIME) as TotalExecTime by JOBFLOW_ID 
``` If you want to see all values instead of some then use the below ```
```| timechart limit=0 sum(JOB_EXEC_TIME) as TotalExecTime by JOBFLOW_ID ```
| eval TotalExecTime=round(TotalExecTime,2)
| sort -TotalExecTime limit=10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 12:36:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-quot-OTHER-quot-job-in-Timechart/m-p/552772#M38305</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-05-24T12:36:26Z</dc:date>
    </item>
  </channel>
</rss>

