grafana / iot-sitewise-datasource

IoT Sitewise
Apache License 2.0
18 stars 9 forks source link

Feature Request: Ability to leverage the ExecuteQuery API for more advanced filtering and query use cases #267

Open mitchlee-amzn opened 9 months ago

mitchlee-amzn commented 9 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Would like to be able to use adhoc SQL queries against my sitewise data via: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_ExecuteQuery.html

Ability to search on assets based on the name of an asset, name of a property or the description of an asset. The use case is that they have an attribute called Type, where they want to filter the Assets with Type = “Vacum”, currently they can do that with the ExecuteQuery API, so having in the Grafana PlugIn will facilitate it.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

seb-koch commented 7 months ago

+1 - that would solve several of the current limitations, e.g. querying multiple properties across multiple assets with wildcards.