Member since
06-06-2018
4
Posts
0
Kudos Received
0
Solutions
10-03-2018
04:24 PM
@Mika Borner Hey Mika I'm trying to do the same procedure host, sourcetype, source. Is there any way you could help me with configuring AttributeToJSON and the InvokeHTTP processor, please
... View more
09-28-2018
02:53 PM
How can use list s3 processor to list only recent files that being ingested into my s3 bucket using Nifi Thank you
... View more
Labels:
- Labels:
-
Apache NiFi
07-09-2018
06:21 AM
I'm using the NIFI ExtractText Processor and I'm trying to come up with the regular expression to extract a Header and its value from a JSON String. Sample JSON Data is: {"_id": "5b42fe8f7f663540330b3bdc","index": 0,"guid": "60358c95-e50c-4f5e-ad48-00d9e1f9a849","isActive": true,"balance": "$2,483.56","picture": "http://placehold.it/32x32","age": 32,"eyeColor": "green"} I want to extract only the Header (eyecolor) and its value (green), ID field(ID) and its value (5b42fe8f7f663540330b3bdc). What would be a valid regular expression to get this value? Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi