Description | Source Code | Requirements |
---|---|---|
HTTP POST with JSON body | PostHTTPWithJsonBody.java | NiFi 1.0.0 or later |
Description | Template |
---|---|
Post JSON using the InvokeHTTP processor. | POST_via_InvokeHTTP.xml |
Post JSON using the PostHTTP processor. | POST_via_PostHTTP.xml |
Post a dynamically built JSON. | POST_with_a_Dynamic_Body.xml |
Post a dynamically built JSON using regex text replacement. | POST_with_a_Dynamic_Body_using_ReplaceText.xml |
Post JSON using a custom processor (requires NiFi 1.0.0 or later!) PostHTTPWithJsonBody. | POST_with_a_Dynamic_Body_using_a_Custom_Processor.xml |
Download all examples as a single package. | HTTP_POST_Examples.xml |
Description | Template |
---|---|
SSLContextService config (key store, trust store) | SSL_Service_Config.xml |
Description | Template |
---|---|
Web Proxy Analysis: Proxy Log Generator + Kafka | Web_Proxy_Analysis.xml |