[
https://issues.apache.org/jira/browse/NIFI-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206960#comment-15206960
]
ASF GitHub Bot commented on NIFI-1420:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/299
NIFI-1420 Fixing minor bugs in GetSplunk
- Adding a Time Zone property so the Managed time ranges use the provided
time zone when formatting the date strings
- Adding a Time Field Strategy property to choose between searching event
time or index time
- Making the next iteration use previousLastTime + 1 ms to avoid overlap
- Fixing bug where GetSplunk incorrectly cleared state on a restart of NiFi
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-1420-GetSplunk-Issues
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/299.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 #299
----
commit 3aed0ed8dbc46f4acb302f0cd63f7f9fde2c1713
Author: Bryan Bende <[email protected]>
Date: 2016-03-22T15:14:03Z
NIFI-1420 Fixing minor bugs in GetSplunk
- Adding a Time Zone property so the Managed time ranges use the provided
time zone when formatting the date strings
- Adding a Time Field Strategy property to choose between searching event
time or index time
- Making the next iteration use previousLastTime + 1 ms to avoid overlap
- Fixing bug where GetSplunk incorrectly cleared state on a restart of NiFi
----
> Splunk Processors
> -----------------
>
> Key: NIFI-1420
> URL: https://issues.apache.org/jira/browse/NIFI-1420
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 0.6.0
>
> Attachments: NIFI-1420-Fixing-Route-To-Failure-issue.patch
>
>
> To continue improving NiFi's ability to collect logs, a good integration
> point would be to have a processor that could listen for data from a Splunk
> forwarder (https://docs.splunk.com/Splexicon:Universalforwarder). Being able
> to push log messages to Splunk would also be useful.
> Splunk provides an SDK that may be helpful:
> https://github.com/splunk/splunk-sdk-java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)