NIFI-12787 [MiNiFi] Update list of out-of-the-box supported processors in quickstart guide

Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
This closes #8402.
This commit is contained in:
Ferenc Kis 2024-02-14 13:28:16 +01:00 committed by Ferenc Erdei
parent 9ba68edb5f
commit 4f030fefca
No known key found for this signature in database
GPG Key ID: 023D856C60E92F96
1 changed files with 65 additions and 11 deletions

View File

@ -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