User Tools

Site Tools


informatica:linux:grafana

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
informatica:linux:grafana [2026/02/06 09:34] joseinformatica:linux:grafana [2026/02/06 10:55] (current) jose
Line 125: Line 125:
 casa casa
 </code> </code>
 +
 +===== Influx 2.0 =====
 +A partir de influx 2.0 cambia la forma de almacenar los datos.
 +
 +Entra en la web de influxdb
 +
 +
 +
 +
 +
 +
 +<code>
 +curl -X POST http://172.17.0.1:8005/api/v2/buckets \
 +  -H "Authorization: Token TU_TOKEN_AQUI" \
 +  -H "Content-Type: application/json" \
 +  -d '{
 +    "name": "embalses",
 +    "orgID": "TU_ID_DE_ORGANIZACION",
 +    "retentionRules": []
 +  }'
 +</code>
 +
 +
informatica/linux/grafana.txt · Last modified: by jose