This is an automated email from the ASF dual-hosted git repository.

ferdei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f030fefca NIFI-12787 [MiNiFi] Update list of out-of-the-box supported 
processors in quickstart guide
4f030fefca is described below

commit 4f030fefcabf109d7ac834831d4c740f2dbf1200
Author: Ferenc Kis <briansolo1...@gmail.com>
AuthorDate: Wed Feb 14 13:28:16 2024 +0100

    NIFI-12787 [MiNiFi] Update list of out-of-the-box supported processors in 
quickstart guide
    
    Signed-off-by: Ferenc Erdei <erdei.feren...@gmail.com>
    This closes #8402.
---
 .../main/markdown/minifi-java-agent-quick-start.md | 76 ++++++++++++++++++----
 1 file changed, 65 insertions(+), 11 deletions(-)

diff --git 
a/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md 
b/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
index fcf6afdf94..3cd4aeb242 100644
--- a/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
+++ b/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md
@@ -155,68 +155,121 @@ For more details about the C2 protocol please visit 
[Apache NiFi - MiNiFi C2 wik
 
 ## Using Processors Not Packaged with MiNiFi
 MiNiFi is able to use the following processors out of the box:
-* UpdateAttribute
+* AttributesToCSV
 * AttributesToJSON
-* Base64EncodeContent
+* CalculateRecordStats
 * CompressContent
 * ControlRate
 * ConvertCharacterSet
+* ConvertJSONToSQL
+* ConvertRecord
+* CountText
+* CryptographicHashContent
+* DebugFlow
+* DeduplicateRecord
+* DetectDuplicate
+* DistributeLoad
 * DuplicateFlowFile
+* EncodeContent
+* EnforceOrder
 * EvaluateJsonPath
-* EvaluateRegularExpression
 * EvaluateXPath
 * EvaluateXQuery
 * ExecuteProcess
+* ExecuteSQL
+* ExecuteSQLRecord
 * ExecuteStreamCommand
+* ExtractGrok
+* ExtractRecordSchema
 * ExtractText
+* FetchDistributedMapCache
+* FetchFTP
 * FetchFile
 * FetchSFTP
+* FilterAttribute
+* FlattenJson
+* ForkEnrichment
+* ForkRecord
 * GenerateFlowFile
+* GenerateRecord
+* GenerateTableFetch
 * GetFTP
 * GetFile
-* GetHTTP
-* GetJMSQueue
-* GetJMSTopic
 * GetSFTP
-* HashAttribute
-* HashContent
+* HandleHttpRequest
+* HandleHttpResponse
 * IdentifyMimeType
 * InvokeHTTP
+* JoinEnrichment
+* JoltTransformJSON
+* ListDatabaseTables
+* ListFTP
 * ListFile
 * ListSFTP
+* ListenFTP
 * ListenHTTP
 * ListenRELP
 * ListenSyslog
 * ListenTCP
+* ListenTCPRecord
 * ListenUDP
+* ListenUDPRecord
 * LogAttribute
+* LogMessage
+* LookupAttribute
+* LookupRecord
 * MergeContent
+* MergeRecord
 * ModifyBytes
 * MonitorActivity
+* Notify
+* PackageFlowFile
+* ParseCEF
 * ParseSyslog
-* PostHTTP
+* ParseSyslog5424
+* PartitionRecord
+* PutDatabaseRecord
+* PutDistributedMapCache
 * PutEmail
 * PutFTP
 * PutFile
-* PutJMS
+* PutRecord
 * PutSFTP
+* PutSQL
 * PutSyslog
+* PutTCP
+* PutUDP
+* QueryDatabaseTable
+* QueryDatabaseTableRecord
+* QueryRecord
+* RemoveRecordField
+* RenameRecordField
 * ReplaceText
 * ReplaceTextWithMapping
+* RetryFlowFile
 * RouteOnAttribute
 * RouteOnContent
 * RouteText
+* SampleRecord
 * ScanAttribute
 * ScanContent
 * SegmentContent
 * SplitContent
 * SplitJson
+* SplitRecord
 * SplitText
 * SplitXml
 * TailFile
 * TransformXml
 * UnpackContent
+* UpdateCounter
+* UpdateDatabaseTable
+* UpdateRecord
+* ValidateCsv
+* ValidateJson
+* ValidateRecord
 * ValidateXml
+* Wait
 
 MiNiFi is able to use the StandardSSLContextService out of the box.
 
@@ -231,8 +284,9 @@ If you want to create a dataflow with a processor not 
shipped with MiNiFi, you c
   * ConvertJSONToSQL
   * PutSQL
   * GenerateTableFetch
-  * ListDatabaseTable
+  * ListDatabaseTables
   * QueryDatabaseTable
+  * QueryDatabaseTableRecord
   * ExecuteSQL
 * nifi-distributed-cache-services-nar
   * DetectDuplicate

Reply via email to