-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
Currently we allow for passing of the absolute path.
It would be nice to just pass the filename in the event headers and allow for using that on the hdfs sink.
if (annotateFileName) {
String filename = currentFile.get().getFile().getAbsolutePath();
for (Event event : events)
}
- links to