Hello,
We have a use case four our dashboards and it's not clear the feasibility.
We have IoT devices gathering and indexing information from our customer locations. In these locations we want to measure the effect in users of some special event, for example promotions.
We were asked to build filters on top of canvas to filter information based on these static facts. Putting everything together....
- IoT devices gather usage information in our customer locations
- Customer runs promotions in some of the locations and want to see the effect in canvas dashboards
- We want to inject static data like, PromotionA was run in locations A,B,C and PromotionB in locations D,E,F
- In the indexes we can filter by location, this fields is already available
- How can we filter in canvas by Promotion? Can we inject the static content in a different index and then run something like....
select <event_fields> from <iot_devices_filter> where location in <select location from auxiliar_index where promotions_run contains PromotionA> ?
SQL, DSL... whatever language. I just used SQL to make it easier to understand.
Any help would be welcome! Thanks in advance.
BR,
Raul