[
https://issues.apache.org/jira/browse/NIFI-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494530#comment-15494530
]
ASF GitHub Bot commented on NIFI-2727:
--------------------------------------
GitHub user apsaltis opened a pull request:
https://github.com/apache/nifi/pull/1024
Adding EL support to TailFile processor
Adding in support for EL to be provided with both the "File to Tail" and
the "Rolling Filename Pattern". The use case(s) behind this are documented in
JIRA NIFI-2727
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apsaltis/nifi NIFI-2727
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1024.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1024
----
commit 277fc009bb2597345a00a3ecde1a8d3c7195fdfa
Author: Andrew Psaltis <[email protected]>
Date: 2016-09-14T17:15:25Z
NIFI-2727 -- Adding EL support to TailFile
commit c1de30a13094f2254328f43fd5635b691382e93c
Author: Andrew Psaltis <[email protected]>
Date: 2016-09-15T21:05:06Z
Adding in support for EL to be provided with both the initial file name and
the tail pattern, per JIRA NIFI-2727
----
> Modify TailFile processor to allow Expression Language for initial file
> propery
> -------------------------------------------------------------------------------
>
> Key: NIFI-2727
> URL: https://issues.apache.org/jira/browse/NIFI-2727
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Andrew Psaltis
> Assignee: Andrew Psaltis
>
> There are times between designign a MiNiFi flow that the initial file to be
> Tailed is not know at design time. Often the design and deploy may be
> seperates by days and thus non-deterministic. Therefore, the initial file
> name is not known ahead of time. This could be fixed by modifying the
> config.yml on the agent box when it is deployed, however, that seems to be a
> more brittle solution and puts the burden on the person doing the agent
> deploy. This model may also not work when the MiNiFi management facilities
> are realized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)