i wrote a splunk query which manipulate data and display result.now i want to store that result into database
is it possible??
eg
search result->>
id val1 val2 val3
1 3 6 9
now i want to store only id and val3 in database (only if user clicks on save button)
↧