5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
#
|
|
|
|
influx -port 58086 -execute 'CREATE RETENTION POLICY "1_year" ON "tsg_stat" DURATION 365d REPLICATION 1 DEFAULT'
|