Skip to content

chrislimtyler/nifi-monitoring-splunk

 
 

Repository files navigation

NIFI Monitoring for Splunk

Overview

Nifi Monitoring is a solution that proposes to solve a great difficulty encountered during the development of NIFI Projects and that corresponds to the complex process of monitoring the operation of different NIFI instances simultaneously.

This applications solves this problem centralizing all the information regarding the operation of the different components for various instances and has a set of panels that allow you to clearly and quickly view the operation of these instances.

Requirements

  • Splunk version: 8.0 or higher
  • NIFI TA Monitoring

And the following complements:

Configuration

This application requieres enabling a HTTP Event Collector (HEC) data input to receive the information from NIFI.

The configuración of NIFI and Splunk allow to establish two types of sending and receiving information depending if the nifi instances have authentication methods.

  • No authentication: This setting will set NIFI as the main road for sending data to Splunk.
  • Basic authentication: Splunk will be making requests to the NIFI instances to retrieve the information from the Monitoring API by enabling and using the Data Input NIFI.

Directories

[nifi_monitoring]

Splunk application that mainly contains the visual features, plus other essential and configuration files for its operation.

[niti_TA_monitoring]

This technology addon is in charge of processing and indexing the information of the different data sources originating from NIFI servers.

[template]

this folder contains the template file used in the nifi configuration.

[docs]

Contains all files to build the documentations.

Workflows

dev.yml

Start: Automatic (Push branch developer) Detail: Executes related validation tasks via AppInspect and unit tests of the Splunk application.

main.yml

Start: Automatic (Push branch testing) Detail: Executes tasks related to validation via AppInspect, unit tests and generates pre-release packaging for distribution.

Collaborate

NIFI Monitoring App is hosted in a Github repository where collaboration is always welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • JavaScript 2.8%
  • Other 0.4%