Splunk Search

How to remove event option menu?

jangid
Builder

from my dashboard I want to remove event option menu, How do I remove this?

Here is my XML

<row>
    <event>
        <searchTemplate>
        <![CDATA[ sourcetype="log" | rex field=_raw "(?i)^[^,]*,\d+\s+(?P<FIELDNAME>[^ ]+)" | where FIELDNAME="ERROR" ]]>
        </searchTemplate>
        <title>Error</title>
        <displayRowNumbers>false</displayRowNumbers>
        <entityName>results</entityName>
    </event>
</row>
<row>
    <event>
        <searchTemplate>
        <![CDATA[ sourcetype="log" | rex field=_raw "(?i)^[^,]*,\d+\s+(?P<FIELDNAME>[^ ]+)" | where FIELDNAME="WARN" OR FIELDNAME="WARNING" ]]>
        </searchTemplate>
        <title>Warning</title>
        <displayRowNumbers>false</displayRowNumbers>
        <entityName>results</entityName>
    </event>
</row>
Tags (1)
1 Solution

hexx
Splunk Employee
Splunk Employee

According to the reference for the Events panel, this cannot be controlled simple XML.

If you are using advanced XML, you can control this behavior by means of the 'enableEventActions' parameter of the EventsViewer module.

View solution in original post

hexx
Splunk Employee
Splunk Employee

According to the reference for the Events panel, this cannot be controlled simple XML.

If you are using advanced XML, you can control this behavior by means of the 'enableEventActions' parameter of the EventsViewer module.

jangid
Builder

is there any way to remove event option menu?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...