diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 8c438b8c30..e20abf7e0e 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -1473,7 +1473,24 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-asn1-nar - 2.0.0-SNAPSHOT + 1.23.0-SNAPSHOT + nar + + + + + include-riemann + + false + + allProfiles + + + + + org.apache.nifi + nifi-riemann-nar + 1.23.0-SNAPSHOT nar diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc index a31a422d1c..509d81a9ae 100644 --- a/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -2732,6 +2732,7 @@ deprecationLogger.warn( | Graph Database Bundle | include-graph | Adds support for various common graph database scenarios. Support is currently for https://neo4j.com/developer/cypher[Cypher] and https://tinkerpop.apache.org/gremlin.html[Gremlin]-compatible databases such as Neo4J and JanusGraph. Includes controller services that provide driver functionality and a suite of processors for ingestion and querying. | GRPC Bundle | include-grpc | **This profile is active in official builds and should be active** Provides support for the GRPC protocol. | Media Bundle | include-media | The media bundle provides functionality based on https://tika.apache.org[Apache Tika] for extracting content and metadata from various types of binary formats supported by Apache Tika (ex. PDF, Microsoft Office). +| Riemann Bundle | include-riemann | Adds support for Riemann database components | Rules Engine Bundle | include-rules | Adds support for creating scripted rules engines that can be integrated into existing flows. These rules engines can provide flexibility to people who need more complex flow logic or are more comfortable with flow decision-making using custom code. | Snowflake Bundle | include-snowflake | Adds support for integration with the https://www.snowflake.com[Snowflake platform]. | SQL Reporting Bundle | include-sql-reporting | Adds reporting tasks that are designed to use SQL to update a RDBMS with metrics and other related data from Apache NiFi.