Need help with influxDBOut node working with batch node. Here, I’m looking to
write data from batch directly to influxDB measurements.
ID: incidentsdata_batch_test
Error:
Template:
Type: batch
Status: enabled
Executing: true
Created: 10 Nov 16 16:44 UTC
Modified: 18 Jan 17 20:12 UTC
LastEnabled: 18 Jan 17 20:12 UTC
Databases Retention Policies: ["eapimetricsdaily"."default"]
TICKscript:
batch
|query('''
SELECT sum(sev3c) AS stat
FROM "eapimetricsdaily"."default"."incidentsdata"
WHERE "time" > now() - 60d
''')
.period(5m)
.every(5m)
.groupBy(time(1m))
|influxDBOut()
.database('eapimetricsdaily')
.retentionPolicy('default')
.measurement('alerts_test')
DOT:
digraph incidentsdata_batch_test {
graph [throughput="0.00 batches/s"];
query1 [avg_exec_time_ns="2.301823ms" batches_queried="0" connect_errors="0"
points_queried="0" query_errors="0" ];
query1 -> influxdb_out2 [processed="0"];
influxdb_out2 [avg_exec_time_ns="0" points_written="0" write_errors="0" ];
}
Manoj Gour
Team Anchors - eAPI Systems Team
804.912.0965
________________________________________________________
The information contained in this e-mail is confidential and/or proprietary to
Capital One and/or its affiliates and may only be used solely in performance of
work or services for Capital One. The information transmitted herewith is
intended only for use by the individual or entity to which it is addressed. If
the reader of this message is not the intended recipient, you are hereby
notified that any review, retransmission, dissemination, distribution, copying
or other use of, or taking of any action in reliance upon this information is
strictly prohibited. If you have received this communication in error, please
contact the sender and delete the material from your computer.
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit
https://groups.google.com/d/msgid/influxdb/122EB8A7-1B76-4B8F-9090-7987A44F518B%40contoso.com.
For more options, visit https://groups.google.com/d/optout.