You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i'm trying to ingest telemetry data from my juniper router into my influx db. i have a few fieldKeys that are of type string. i want to convert these fieldKeys to influx tags by using the auto_tag option, but this is not working.
if i use the tag_keys option then i have the same key saved as a field in influx and as a tag.
example this is what the field keys looks like in my influx db when i ingest the data:
> show field keys from interfaces
name: interfaces
fieldKey fieldType
-------- ---------
device string
egress_queue integer
interface string
interface_parent string
type string
value integer
if i use the tag_key option in my fluent.conf file as listed below, i then end up with a key being a fieldKey and tagKey in my influx db. this gives me problem when i use grafana. i hope i stated that clearly.
hi,
i'm trying to ingest telemetry data from my juniper router into my influx db. i have a few fieldKeys that are of type string. i want to convert these fieldKeys to influx tags by using the auto_tag option, but this is not working.
if i use the tag_keys option then i have the same key saved as a field in influx and as a tag.
example this is what the field keys looks like in my influx db when i ingest the data:
if i use the tag_key option in my fluent.conf file as listed below, i then end up with a key being a fieldKey and tagKey in my influx db. this gives me problem when i use grafana. i hope i stated that clearly.
i have the following fluent.conf file configured:
is there a way to convert a fieldKey to a tagKey and have influx db store it as such without the same key being a field and a tag in influx? thanks!
The text was updated successfully, but these errors were encountered: