We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a999c commit 01e06d0Copy full SHA for 01e06d0
src/main/java/org/graylog/outputs/hdfs/WebHDFSOutput.java
@@ -251,7 +251,7 @@ public ConfigurationRequest getRequestedConfiguration() {
251
CK_FLUSH_INTERVAL,
252
"Flush Interval",
253
0,
254
- "Flush interval in seconds. Recommended for high throughput outputs. O for immediate update",
+ "Flush interval in seconds. Recommended for high throughput outputs. 0 for immediate update",
255
ConfigurationField.Optional.NOT_OPTIONAL)
256
);
257
0 commit comments