You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Manfred Gnaedig <ma...@googlemail.com> on 2022/02/08 20:46:05 UTC

NIFI and ADX Azure Data Explorer

Hello together

I am very new to NIFI and I don't know exactly where to start.

Is there any way to get IoT Metric Datas from an ADX Azure Data Explorer?
Then I have to enrich them with some fields from an REST API (JSON)
And provide them all together as a Data Source for Grafana.

So far as I understand this is the "Enterprise Integration Pattern:
Content Enricher".

My first big question is if NIFI can get datas from an ADX Azure Data Exporter?

Thanks in advance for every idea or every information which can help to bring
some light to my darkness.

Greetings
Manfred

RE: NIFI and ADX Azure Data Explorer

Posted by Hendrik Ruijter <He...@verisure.com>.
Hello,

The NiFi InvokeHTTP processor would be my choice to implement the Kusto REST API described in the 'Azure Data Explorer documentation'. You could check the NiFi processor ExecuteScript if you do not mind the experimental tag and use the Python azure-kusto-data package to get started.

-----Original Message-----
From: Manfred Gnaedig <ma...@googlemail.com> 
Sent: den 8 februari 2022 21:46
To: users@nifi.apache.org
Subject: NIFI and ADX Azure Data Explorer

This e-mail was sent to you by someone outside the organization. Please make sure it is a trusted contact before clicking on the links or downloading any file. Protecting our systems is in your hands!
________________________________

Hello together

I am very new to NIFI and I don't know exactly where to start.

Is there any way to get IoT Metric Datas from an ADX Azure Data Explorer?
Then I have to enrich them with some fields from an REST API (JSON) And provide them all together as a Data Source for Grafana.

So far as I understand this is the "Enterprise Integration Pattern:
Content Enricher".

My first big question is if NIFI can get datas from an ADX Azure Data Exporter?

Thanks in advance for every idea or every information which can help to bring some light to my darkness.

Greetings
Manfred