How to create 2 databases in influxdb
Here is my output :
[[Outputs.influxdb]]
urls = [“http: //10.xxx.xxx.xx: 8086”] influxdb of prod
database = “IMS”
retention_policy = “”
write_consistency = “any”
timeout = “30s”
user_agent = “[Telegraf-srv G01R02C00] | opiumgrafapxx”
I collect on 2 types of machines (sftp and snmp), I would have sent the 2 inputs in 2 different databases, today I only have an IMS database with my TAS measurements and my other snmp measurements like Announcements, CPU , Conference, PortUse and RAM
Connected to http://127.0.0.1:8086 version 1.4.3
InfluxDB shell version: 1.4.3
use IMS
Using IMS databaseshow measurements
name: measurements
name
Announcements
CPU
Conference
PortUse
RAM
TAS
Thank you