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
The loudml engine is trying to create the output database 'loudml' (defined in output bucket test-loudml) as user telegraf defined in input bucket influxdb-linux.
I've configured Loudml/Models to read data from input db (influxdb-linux) and write all results ( predictions/annotations ) in the output db (test-loudml) [right now both in the same influx server, but I have plans to separate both db's in different influxdb servers]
What I expect?
not create database because I've configured create_database = false
if create_database was true I expect loudml creates output database with user admin (not telegraf)
Could be a bug? or perhaps something in the configuration didn't understand?
Thank you very much
The text was updated successfully, but these errors were encountered:
And right now loudml are saving annotations in the input-bucket database instead of output-bucket as expected.
This behavior could be a problem in some environments where no admin user is unknown.
Hi Toni, ok I understand the setup. I reproduced a similar setup, with read-only access to a database and write-only access to a second database. There are multiple issues. Some of them are solved. See the setup here:
Long story short: annotations were historically saved in a special 'chronograf' database for compatibility with the Javascript UI. Loud ML needs read-write access to annotations DB in order to read and write abnormal time windows and exclude them from future training operations.
I have to patch the Javascript UI to finish this bug fix. ETA e/o the month (vacations)
Hello @regel
I've a little surprised because , I don't understand the input/output bucket logic
this is my configuration
This is my loudml log.
The loudml engine is trying to create the output database 'loudml' (defined in output bucket test-loudml) as user telegraf defined in input bucket influxdb-linux.
I've configured Loudml/Models to read data from input db (influxdb-linux) and write all results ( predictions/annotations ) in the output db (test-loudml) [right now both in the same influx server, but I have plans to separate both db's in different influxdb servers]
What I expect?
Could be a bug? or perhaps something in the configuration didn't understand?
Thank you very much
The text was updated successfully, but these errors were encountered: