Hi,
we’re using influxdb as one of our sources in re:dash.
I want to use tag values from one of our series (email address) as the filter value but I can’t get the address.
To be clear, when I run the following :
show tags values from my_serie with key="address"
I get the following results :
| key | value | |
|---|---|---|
| address | admin@example .com | |
| address | system@sub.example .com | |
| address | system@example .com | |
| address | do-not-reply@example .fr | |
| address | do-not-reply@example .com | |
| address | purchase-order@example .com | |
| address | confirmation@example .com |
(email addresses broken here in order to publish this post, antispam systems can be overzealous
)
Then, when I use this query as a Dropdown source, it only shows “adress” in dropdown box instead of value.
Any idea ?
