blob: 38516e89422c465f29a001869202afc02918520d [file] [log] [blame]
{
"rootGroup": {
"name": "MiNiFi Flow",
"processors": [
{
"name": "Consume Windows Events in JSON format",
"identifier": "2f2a3b47-f5ba-49f6-82b5-bc1c86b96e27",
"type": "org.apache.nifi.minifi.processors.ConsumeWindowsEventLog",
"schedulingStrategy": "TIMER_DRIVEN",
"schedulingPeriod": "1000 ms",
"properties": {
"Channel": "System",
"Query": "*",
"Output Format": "JSON",
"JSON Format": "Flattened",
"Batch Commit Size": "10"
},
"autoTerminatedRelationships": []
},
{
"name": "Put files to C:\\temp\\",
"identifier": "e143601d-de4f-44ba-a6ec-d1f97d77ec94",
"type": "org.apache.nifi.minifi.processors.PutFile",
"schedulingStrategy": "EVENT_DRIVEN",
"properties": {
"Conflict Resolution Strategy": "fail",
"Create Missing Directories": "true",
"Directory": "C:\\temp\\"
},
"autoTerminatedRelationships": [
"failure",
"success"
]
}
],
"connections": [
{
"name": "ConsumeWindowsEventLog/success/PutFile",
"identifier": "098a56ba-f4bf-4323-a3f3-6f8a5e3586bf",
"source": {
"id": "2f2a3b47-f5ba-49f6-82b5-bc1c86b96e27"
},
"destination": {
"id": "e143601d-de4f-44ba-a6ec-d1f97d77ec94"
},
"selectedRelationships": [
"success"
]
}
],
"controllerServices": [],
"remoteProcessGroups": []
}
}