Hi folks... taking advantage of the community questions support, because you're all so knowledgeable
(Thanks in advance)
Does anyone know if it's possible to "save a search" in the UI? ...or maybe just a more advanced syntax for the search parameters by URL, e.g.
mysiemplify.com/#/main/search?Caseids=256&Caseids=28&Caseids=201&Caseids=4&time=352&tags:Manual,Auto1,Machine2
...including more than just the basic 4 fields here?
(NB. I'm looking for a way which doesn't have to be UI driven through filter selection on the left panel of the search...)
View files in slack
I dont know of a way to save searches by URL parameters. The searches are generally POST requests to the
/api/external/v1/search/CaseSearchEverything
endpoint, though I’ve noticed exceptions when linked from the Dashboards view. Are you looking for a programatic way to apply the left panel filters? I’ve made POST requests in python to get the data from searches, but that comes back as json and not a link you can share with people.
Thanks Josh, for now I'm looking for "quick" way to apply the filters on the left, on top of the 4 search parameters.
As it is, I have to manually configure these every time I want to use them... and presently this is for about 25 searches each, every day, for 7 people.
this would be a great feature request. it is a pain to manually redo 25 searches. a quick win might be geasemonkey scripts that find the correct filters on the page and apply them
Yeah, I've got something like that hacked together now, but, it's going the way of an FR. Thanks Josh.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.