Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
readme influxdb util curl drop data added (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKonings authored Feb 15, 2021
1 parent 1c7727c commit 87b285b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ curl -G 'http://localhost:8086/query' --data-urlencode 'q=select * from influxdb

curl -G 'http://localhost:8086/query' --data-urlencode 'q=select shortdumps_number_of_shortdumps from influxdb..http where time > now() - 1m' | jq .

curl -XPOST 'http://localhost:8086/query' --data-urlencode "db=influxdb" --data-urlencode "q=drop series from http"

## telegraf utils

telegraf --config telegraf.conf --test
Expand Down

0 comments on commit 87b285b

Please sign in to comment.