Hello,
I write this message because i have an issue with SPLUNK UI and SPL search.
I'm a new developper and I am discovering SPLUNK UI framework.
Everyhting was fine until now. When i use raw data in the dashboard it works, but when i put a SPL as :
search3 : {
type: 'ds.search',
options: {
query: "index=\"phantom_container\" | dedup id | search severity = \"critical\" | stats count",
queryParameters: {
earliest: "-7d@d",
latest: "now"
meta: {},
},
},
Splunk said that a TenantId is required.
I don't understand this issue.
Can you resolve it or give me a solution please ?
Any help is welcomed
Need help please, thank you
Up