Hi @catn0b0t ,
Can you give a bit more detail on what you mean by they are not helpful? Are you looking for a specific example using filters?
I've in the past used these resources to generate the filters for time and other fields:
I'm struggling to find documentation on this, if I load up a dashboard their appears to be two query parameters we can add: '?_g=' and '&_a='
Currently I have a string like this on the end of my Kibana URL:
/app/dashboards#/view/Summary?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2020-12-15T00:00:00.000Z',to:'2021-02-05T04:30:00.000Z'))&_a=(description:'',filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'dataset01*',key:case,negate:!f,params:(query:0001…
You could also try selecting the options on the dashboard you need and then use tools such as the Kibana URL parser to inspect and validate them.
Let me know if there's specific info you need and we can try to find it.