<?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: Enhanced timeline highlight certain events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634761#M220527</link>
    <description>&lt;P&gt;Can you share details of what you have already done to create an enhance timeline, so we have an idea of your current situation?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 11:21:05 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-03-16T11:21:05Z</dc:date>
    <item>
      <title>Enhanced timeline highlight certain events- Is there anything I can do in the search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634759#M220526</link>
      <description>&lt;P&gt;I created an enhanced timeline that works the way I want but I'm wondering if there is a way to highlight or change the color of the block for certain events. The ones I want to highlight begin with a * so they are easy to identify.&lt;/P&gt;
&lt;P&gt;Is there anything I can do in the search?&lt;/P&gt;
&lt;P&gt;I'm displaying the graphic on a classic dashboard, is there something I can do to the source code to get this done?&lt;/P&gt;
&lt;P&gt;Thanks in advance for any suggestions.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 00:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634759#M220526</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2023-03-17T00:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced timeline highlight certain events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634761#M220527</link>
      <description>&lt;P&gt;Can you share details of what you have already done to create an enhance timeline, so we have an idea of your current situation?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 11:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634761#M220527</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-16T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced timeline highlight certain events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634782#M220532</link>
      <description>&lt;P&gt;I can't share the results because it's on a different system but here is part of the search:&lt;/P&gt;&lt;P&gt;index=meetings ...&lt;BR /&gt;.....&lt;BR /&gt;| rex field=field1 ".*\((?P&amp;lt;Date&amp;gt;\d[^\)]+)"&lt;BR /&gt;| eval current = strftime(now(), "%d %b")&lt;BR /&gt;| where Date=current&lt;BR /&gt;| rex field=field2 "(?&amp;lt;Details&amp;gt;.*)\((?&amp;lt;Ztime&amp;gt;.*)\)"&lt;BR /&gt;| rex field=Ztime "(?&amp;lt;sT&amp;gt;\d{4})"&lt;BR /&gt;| rex field=Ztime "\d{4}\s?[-]\s?(?&amp;lt;eT&amp;gt;\d{4}[Z])"&lt;BR /&gt;| eval Date=Date." ".date_year, startTime=Date." ".sT."Z", endTime=Date." ".eT&lt;BR /&gt;| eval start=strftime(strptime(startTime, "%d %b %Y %H%MZ"), "%d %b %Y %H:%M %Z"), end=&lt;SPAN&gt;=strftime(strptime(endTime, "%d %b %Y %H%MZ"), "%d %b %Y %H:%M %Z")&lt;/SPAN&gt;&lt;BR /&gt;| table Details start end field1&lt;/P&gt;&lt;P&gt;Results example:&lt;/P&gt;&lt;P&gt;Details&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;start&lt;SPAN&gt;&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; end&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; issue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Meeting 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16 Mar 2023 12:00 EDT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16 Mar 2023 13:30 EDT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Meeting (16 Mar)&lt;BR /&gt;* K Meet&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16 Mar 2023 10:00 EDT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16 Mar 2023 12:00 EDT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Meeting (16 Mar)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I put it into an Enhanced Timeline it looks as expected and works correctly, I just want to highlight the * meetings or make them standout somehow&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 14:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Enhanced-timeline-highlight-certain-events-Is-there-anything-I/m-p/634782#M220532</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2023-03-16T14:38:29Z</dc:date>
    </item>
  </channel>
</rss>

