<?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 remove event option menu? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30293#M178009</link>
    <description>&lt;P&gt;is there any way to remove event option menu?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2012 16:00:08 GMT</pubDate>
    <dc:creator>jangid</dc:creator>
    <dc:date>2012-08-16T16:00:08Z</dc:date>
    <item>
      <title>How to remove event option menu?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30292#M178008</link>
      <description>&lt;P&gt;from my dashboard I want to remove event option menu, How do I remove this?&lt;/P&gt;

&lt;P&gt;Here is my XML&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;event&amp;gt;
        &amp;lt;searchTemplate&amp;gt;
        &amp;lt;![CDATA[ sourcetype="log" | rex field=_raw "(?i)^[^,]*,\d+\s+(?P&amp;lt;FIELDNAME&amp;gt;[^ ]+)" | where FIELDNAME="ERROR" ]]&amp;gt;
        &amp;lt;/searchTemplate&amp;gt;
        &amp;lt;title&amp;gt;Error&amp;lt;/title&amp;gt;
        &amp;lt;displayRowNumbers&amp;gt;false&amp;lt;/displayRowNumbers&amp;gt;
        &amp;lt;entityName&amp;gt;results&amp;lt;/entityName&amp;gt;
    &amp;lt;/event&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt;
    &amp;lt;event&amp;gt;
        &amp;lt;searchTemplate&amp;gt;
        &amp;lt;![CDATA[ sourcetype="log" | rex field=_raw "(?i)^[^,]*,\d+\s+(?P&amp;lt;FIELDNAME&amp;gt;[^ ]+)" | where FIELDNAME="WARN" OR FIELDNAME="WARNING" ]]&amp;gt;
        &amp;lt;/searchTemplate&amp;gt;
        &amp;lt;title&amp;gt;Warning&amp;lt;/title&amp;gt;
        &amp;lt;displayRowNumbers&amp;gt;false&amp;lt;/displayRowNumbers&amp;gt;
        &amp;lt;entityName&amp;gt;results&amp;lt;/entityName&amp;gt;
    &amp;lt;/event&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Aug 2012 11:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30292#M178008</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-08-09T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove event option menu?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30293#M178009</link>
      <description>&lt;P&gt;is there any way to remove event option menu?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 16:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30293#M178009</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-08-16T16:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove event option menu?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30294#M178010</link>
      <description>&lt;P&gt;According to the reference for the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/PanelReference"&gt;Events panel&lt;/A&gt;, this cannot be controlled simple XML.&lt;/P&gt;

&lt;P&gt;If you are using advanced XML, you can control this behavior by means of the 'enableEventActions' parameter of the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/ModuleReference#EventsViewer"&gt;EventsViewer module&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2012 03:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-event-option-menu/m-p/30294#M178010</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-08-17T03:50:44Z</dc:date>
    </item>
  </channel>
</rss>

