Splunk Search

How to modify search text with Javascript

d_o_c
New Member

I'm using Splunk Enterprise Version: 7.3.0

I'm trying to make a chrome extension that will allow me to toggle line-comments in the search window. It's tedious to prepend comment(" and append ") to each line I want to comment-out.

I've discovered that the search text is ultimately stored in "ace_line_group" classes, one ace_line_group per line of the text. These ace_line_groups reside inside a ace_text-layer.

Let's try modifying the following line:

alt text

Let's not even worry about modifying the search to any reasonable value and instead just make sure that we can in fact modify the search text at all. The closest I've gotten to doing so is the following command, which would change the first line of the query to "hello":

document.getElementsByClassName('ace_line_group')[0].innerText = "hello"

At first this appears to actually change the value of the first line of the search text. However there's a bunch of empty space after "hello."

alt text

This empty space can be copy-pasted to reveal the original text! Additionally, if the first line is then edited in the search window, as soon as a key is pressed, the line reverts back to its original state.

Is there any way I can actually modify the text in the search window with javascript?

0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...