Quantcast
Viewing all articles
Browse latest Browse all 47296

Customized Text Selection Dashboard

I have multi input text selection scenerio. the text input is comma seperated input(thanks to @niketnilay). 1- initially I dont want to load any search query OR text value output OR you can say that once I paste input and click on submit button then search stats. 2- once I put comma seperated input to any box ( URL OR MD5 OR SHA) then the search panal appear and show me the results and other one should disapear. ---------ONE INPUT AT ONE TIME------------------ Further to that each requested value is in different index. e.g. URL in index=proxy , MD5 in index=antivirus and so on. I have done some work. but both search windows apprear. one window with default time shows all results and other with input also search and shows the results. below is my updated code.
Include a multiselect input.| makeresults | fields - _time | eval iocFilter=$ioc1|s$ | eval md5Filter=$md5|s$ | eval iocFilter="url IN (\"".replace(iocFilter,",","\",\"")."\")" | eval md5Filter="process_md5 IN (\"".replace(md5Filter,",","\",\"")."\")"$result.iocFilter$$result.md5Filter$
-1s@snow
tokIOCFilter: $tokIOCFilter$index=proxy $tokIOCFilter$$field1.earliest$$field1.latest$tokmd5Filter: $tokmd5Filter$ index=edr $tokmd5Filter$ $field1.earliest$$field1.latest$

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>