Skip to content

Commit 33e9533

Browse files
dbshah12claude
andcommitted
DLPX-96312 Route tcp_stats to default InfluxDB bucket instead of support bucket
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c2403c3 commit 33e9533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

influxdb/delphix-influxdb-init

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ cat >"$INFLUXDB_OUTPUT" <<EOF
218218
token = "$WRITE_TOKEN"
219219
organization = "$INFLUXDB_ORG"
220220
bucket = "$INFLUXDB_BUCKET"
221-
namedrop = ["tcp_stats", "processes", "system", "procstat", "agg_*"]
221+
namedrop = ["processes", "system", "procstat", "agg_*"]
222222
223223
[[outputs.influxdb_v2]]
224224
urls = ["http://127.0.0.1:8086"]
225225
token = "$SUPPORT_WRITE_TOKEN"
226226
organization = "$INFLUXDB_ORG"
227227
bucket = "$INFLUXDB_SUPPORT_BUCKET"
228-
namepass = ["tcp_stats", "processes", "system", "procstat", "agg_*"]
228+
namepass = ["processes", "system", "procstat", "agg_*"]
229229
EOF
230230
# Enforce restrictive permissions so the write tokens are not world-readable.
231231
chmod 640 "$INFLUXDB_OUTPUT"

0 commit comments

Comments
 (0)