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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...