I am having a SimpleResultsTable which allows to collect all information what I need.
Whereas, I would like to change the search behaviour after a click.
For example, when I click on some information, I have this search
sourcetype=LogSourceType name="test" value="100" error="warning"
But if I add a specific field to the current search, I would like to remove all other information.
For example, if I click on the field "id", i'll have this search
sourcetype=LogSourceType id="123"
I need to modify the javascript ? Or an existing module manages this functionality ?
Thanks in advance
... View more