<?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 Is it possible to change the assigned color of a specific eventtype in Splunk Web? in Security</title>
    <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180728#M5370</link>
    <description>&lt;P&gt;Is it not possible to change an assigned color of a specific eventtype within the Splunk Web settings? Moreover, if you create an Eventtype by Settings/Eventtypes "New", there is no option to set a color. Am I wrong? Do I have to change the color directly in the file?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2015 14:17:33 GMT</pubDate>
    <dc:creator>claudio_manig</dc:creator>
    <dc:date>2015-03-19T14:17:33Z</dc:date>
    <item>
      <title>Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180728#M5370</link>
      <description>&lt;P&gt;Is it not possible to change an assigned color of a specific eventtype within the Splunk Web settings? Moreover, if you create an Eventtype by Settings/Eventtypes "New", there is no option to set a color. Am I wrong? Do I have to change the color directly in the file?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:17:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180728#M5370</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2015-03-19T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180729#M5371</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
You can refer to this link :&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Knowledge/defineeventtypes"&gt;Define Eventtypes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180729#M5371</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2015-03-19T14:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180730#M5372</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Only take eventtype's search string and rerun. Save as eventtype with a same name and give him a new color.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180730#M5372</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-19T16:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180731#M5373</link>
      <description>&lt;P&gt;There is nothing refering to my question in the docs...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 07:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180731#M5373</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2015-03-20T07:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180732#M5374</link>
      <description>&lt;P&gt;That won't work as it allready exists and you can not save an object with the same name with different configs-- &lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 07:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180732#M5374</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2015-03-20T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change the assigned color of a specific eventtype in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180733#M5375</link>
      <description>&lt;P&gt;In your app (I'll use the default search app as the example though) you edit the &lt;STRONG&gt;event_renderers.conf&lt;/STRONG&gt; file. For the default search app this would be under &lt;STRONG&gt;Splunk/etc/users/%user% (for example admin)/search/local&lt;/STRONG&gt;. In this file you will find an example like below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[eventtype_name_stanza]
css_class = et_red
eventtype = eventtype_name
priority = 6
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The colour is being set by "css_class = et_red" from the file &lt;STRONG&gt;application.css&lt;/STRONG&gt; which for the default search app would be under &lt;STRONG&gt;Splunk/etc/apps/search/appserver/static&lt;/STRONG&gt;. You can even play with this real time in Firefox or Chrome by editing the html on the search results page.&lt;/P&gt;

&lt;P&gt;By default it will be like so (standard white no eventtype colours).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;td class="expands " tabindex="0"&amp;gt;&amp;lt;a&amp;gt;&amp;lt;i class="icon-triangle-right-small"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you edit the html to be purple you will see it change.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;td class="expands et_purple" tabindex="0"&amp;gt;&amp;lt;a&amp;gt;&amp;lt;i class="icon-triangle-right-small"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-it-possible-to-change-the-assigned-color-of-a-specific/m-p/180733#M5375</guid>
      <dc:creator>conor_splunk</dc:creator>
      <dc:date>2020-09-29T08:54:28Z</dc:date>
    </item>
  </channel>
</rss>

