[
https://issues.apache.org/jira/browse/NIFI-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080475#comment-15080475
]
Ricky Saltzer commented on NIFI-1337:
-------------------------------------
[~joewitt] - added an example graph that you can make using Grafana. In this
case, I used a local Riemann instance to forward events to a local InfluxDB
database. I then used Grafana (docker image) to connect to my Influx database
to create the graph.
Riemann code to define my InfluxDB server.
{code}
(def influx (influxdb {:host "localhost" :username "riemann" :password
"password" :version :0.9}))
{code}
Within the stream, I send all events starting with "nifi" to be indexed in
InfluxDB.
{code}
(where (service #"^nifi")
influx)
{code}
> Add Riemann Reporting Task
> --------------------------
>
> Key: NIFI-1337
> URL: https://issues.apache.org/jira/browse/NIFI-1337
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Ricky Saltzer
> Assignee: Ricky Saltzer
> Attachments: example-graph.png, riemann-reporting-configuration.png
>
>
> It would be beneficial for NiFi to report health information to
> [Riemann|http://riemann.io] for monitoring purposes. I plan on implementing
> this, and will use this JIRA to track the progress.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)