fgerlits commented on code in PR #1589:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1589#discussion_r1257966290


##########
PROCESSORS.md:
##########
@@ -469,12 +471,12 @@ In the list below, the names of required properties 
appear in bold. Any other pr
 | Resolve Metadata in Attributes     | true                                    
                                                                                
                                                                                
                    |                                     | If true, any 
metadata that is resolved ( such as IDs or keyword metadata ) will be placed 
into attributes, otherwise it will be replaced in the XML or text output        
                                                                                
                                                                                
                            |
 | Event Header Delimiter             |                                         
                                                                                
                                                                                
                    |                                     | If set, the chosen 
delimiter will be used in the Event output header. Otherwise, a colon followed 
by spaces will be used.                                                         
                                                                                
                                                                                
                    |
 | Event Header                       | LOG_NAME=Log Name, SOURCE = Source, 
TIME_CREATED = Date,EVENT_RECORDID=Record ID,EVENTID = Event ID,TASK_CATEGORY = 
Task Category,LEVEL = Level,KEYWORDS = Keywords,USER = User,COMPUTER = 
Computer, EVENT_TYPE = EventType |                                     | Comma 
seperated list of key/value pairs with the following keys LOG_NAME, SOURCE, 
TIME_CREATED,EVENT_RECORDID,EVENTID,TASK_CATEGORY,LEVEL,KEYWORDS,USER,COMPUTER, 
and EVENT_TYPE. Eliminating fields will remove them from the header.            
                                                                                
                                    |
-| **Output Format**                  | Both                                    
                                                                                
                                                                                
                    | Both<br/>JSON<br/>Plaintext<br/>XML | Set the output 
format type. In case 'Both' is selected the processor generates two flow files 
for every event captured in format XML and Plaintext                            
                                                                                
                                                                                
                        |
-| **JSON Format**                    | Simple                                  
                                                                                
                                                                                
                    | Simple<br/>Raw<br/>Flattened        | Set the json format 
type. Only applicable if Output Format is set to 'JSON'                         
                                                                                
                                                                                
                                                                                
                  |
+| **Output Format**                  | Both                                    
                                                                                
                                                                                
                    | XML<br/>Both<br/>Plaintext<br/>JSON | Set the output 
format type. In case 'Both' is selected the processor generates two flow files 
for every event captured in format XML and Plaintext                            
                                                                                
                                                                                
                        |
+| **JSON Format**                    | Simple                                  
                                                                                
                                                                                
                    | Raw<br/>Simple<br/>Flattened        | Set the json format 
type. Only applicable if Output Format is set to 'JSON'                         
                                                                                
                                                                                
                                                                                
                  |
 | Batch Commit Size                  | 1000                                    
                                                                                
                                                                                
                    |                                     | Maximum number of 
Events to consume and create to Flow Files from before committing.              
                                                                                
                                                                                
                                                                                
                    |
 | State Directory                    | CWELState                               
                                                                                
                                                                                
                    |                                     | DEPRECATED. Only 
use it for state migration from the state file, supplying the legacy state 
directory.                                                                      
                                                                                
                                                                                
                          |
 | **Process Old Events**             | false                                   
                                                                                
                                                                                
                    |                                     | This property 
defines if old events (which are created before first time server is started) 
should be processed.                                                            
                                                                                
                                                                                
                          |
-| Cache SID Lookups                  | true                                    
                                                                                
                                                                                
                    | true<br>false                       | Determines whether 
SID to name lookups are cached in memory                                        
                                                                                
                                                                                
                                                                                
                   |
+| Cache SID Lookups                  | true                                    
                                                                                
                                                                                
                    |                                     | Determines whether 
SID to name lookups are cached in memory                                        
                                                                                
                                                                                
                                                                                
                   |

Review Comment:
   https://issues.apache.org/jira/browse/MINIFICPP-2158



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to