Hello,
I want to create a Dashboard with a table thats showing me every url that does not a specific value in another field.
So basically i have 2 indexes:
Alert index:
{
"url": "sometemplateurl.com"
}
Lookup Index:
{
"Lookedup-Url": "sometemplateurl.com",
"Attributea": "test"
}
The resulting table should show all alert urls that do not have attributea with the value "test". I can't use directly the Lookuptable for that, because I need the difference of Alerts - Lookup.
Is there a way to achive this?
Hope you can help me out.
Best Regards.