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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...