Member since
07-30-2019
898
Posts
195
Kudos Received
91
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
967 | 10-05-2021 01:53 PM | |
14158 | 09-23-2019 06:03 AM | |
5455 | 05-04-2019 08:42 PM | |
1099 | 06-11-2018 12:45 PM | |
10134 | 06-04-2018 01:11 PM |
03-30-2021
06:10 AM
1 Kudo
@Aaki_08 The success relationship out of the ControlRate processor is why there are two emails. Only route success from ControlRate to the UpdateAttribute processor and there should only be a single email message.
... View more
06-26-2020
08:18 AM
2 Kudos
The MiNiFi Java agent builds the nifi.properties file from default values and the ones exposed in the config.yml. To override the default values not exposed in the config.yml, a property must be added to the config.yml in the NiFi Properties Overrides section.
For example, content archiving is disabled by default. To enable this, add the following in the config.yml file:
NiFi Properties Overrides: {
nifi.content.repository.archive.max.retention.period: 1 hour,
nifi.content.repository.archive.max.usage.percentage: 10%,
nifi.content.repository.archive.enabled: 'true'
}
Then, save the config.yml and restart the agent. If you look at the nifi.properties file, you will see the updated values.
NOTE: This is a known issue (internal bug CEM-967) when using the Edge Flow Manager (EFM) to publish flows to the Java agent. When a new flow is published, the agent does not retain the overridden properties. Hence, the properties have to be re-entered manually and then the agent has to be restarted.
... View more
Labels:
01-22-2020
01:45 PM
@ksha The URL looks incorrect: t3://testurl.com:39101. Is the name of the sever where the WebLogic server is running testurl.com? Is the port 39101 correct? The default port for WebLogic is 7001.
... View more
11-07-2019
11:07 AM
@shailuk How large are the large files? How many concurrent tasks are configured in the FetchSFTP processor?
... View more
09-23-2019
06:03 AM
@budati If you cannot get the blank space in, then just go back to the default of ; and add it between the parameters in the Command Arguments property.
... View more
09-23-2019
05:54 AM
@budati What is the version of NiFi? I'm testing with 1.9 and it takes a blank space.
... View more
09-20-2019
06:43 AM
@budati Do not make the Argument Delimiter property an empty string, make it literally a blank space, " ". Just don't put the quotes, okay?
... View more
09-19-2019
05:18 AM
@budati Remove the semi-colon replace with a blank space and it should work for you.
... View more