<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Logging a Stack Trace event with Nifi in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178327#M64633</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15261/elloyd.html" nodeid="15261" target="_blank"&gt;@Eric Lloyd&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Must be a by-product of the splitContent operation. It is reading the last line return before it sees the next bytes sequence.  If the blank line becomes an issue, you can remove blank lines using a ReplaceText processor also.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19391-screen-shot-2017-07-11-at-111504-am.png" style="width: 992px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19498i11DBBEA6071B5FEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19391-screen-shot-2017-07-11-at-111504-am.png" alt="19391-screen-shot-2017-07-11-at-111504-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This will replace any line that starts with a line return with nothing.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 09:34:23 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2019-08-18T09:34:23Z</dc:date>
    <item>
      <title>Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178320#M64626</link>
      <description>&lt;P&gt;Hello, we are attempting to log a stack trace event using Nifi of the following type:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="18397-screen-shot-2017-07-10-at-110241-am.png" style="width: 1419px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19502i0BBC0E54F5D39918/image-size/medium?v=v2&amp;amp;px=400" role="button" title="18397-screen-shot-2017-07-10-at-110241-am.png" alt="18397-screen-shot-2017-07-10-at-110241-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note that continues until it hits a line such as "... 23 more"&lt;/P&gt;&lt;P&gt;We currently have a setup where we read each log file, line by line and if we find a timestamp, we count that line as an event. We regex to extract the timestamp.  You can see where this would cause an issue as it creates a new line after "unwinding now" and then that next line and the subsequent lines after do not have timestamps.  Currently we are just filtering the non-timestamp lines into a folder but we'd like to be able to put them with the other non-timestamp lines.  Is there a way in Nifi to say "Take everything between two timestamps as an event despite if it has newlines in it" but still use the SplitText processor to manage the grouping of the lines (or an alternative?) Has anyone else had to deal with Stack Trace events not processing correctly?&lt;/P&gt;&lt;P&gt;Below is a screenshot of the relevant portion of the flow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="18398-screen-shot-2017-07-10-at-105709-am.png" style="width: 1203px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19503i730905516BE387B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="18398-screen-shot-2017-07-10-at-105709-am.png" alt="18398-screen-shot-2017-07-10-at-105709-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:34:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178320#M64626</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2019-08-18T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178321#M64627</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/15261/elloyd.html" nodeid="15261"&gt;@Eric Lloyd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It seems you're using NiFi 1.3.0, if so, GrokReader might be helpful to extract whole stacktrace. Actually GrokReader doc has an example which reads java stacktrace, please check.&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.3.0/org.apache.nifi.grok.GrokReader/additionalDetails.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.3.0/org.apache.nifi.grok.GrokReader/additionalDetails.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 12:29:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178321#M64627</guid>
      <dc:creator>kkawamura</dc:creator>
      <dc:date>2017-07-11T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178322#M64628</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15261/elloyd.html" nodeid="15261" target="_blank"&gt;@Eric Lloyd&lt;/A&gt;&lt;P&gt;Another option (not as nice as the GrokReader) is to use SplitContent instead of SplitText processor. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19388-screen-shot-2017-07-11-at-102235-am.png" style="width: 1108px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19499iEFEBC1E8833BD234/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19388-screen-shot-2017-07-11-at-102235-am.png" alt="19388-screen-shot-2017-07-11-at-102235-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So here I use the ReplaceText processor to date string format every log line starts with and prepend to that a unique string that i can use later to split the content.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19389-screen-shot-2017-07-11-at-102412-am.png" style="width: 1100px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19500iBE31D5E7ED5D6ECE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19389-screen-shot-2017-07-11-at-102412-am.png" alt="19389-screen-shot-2017-07-11-at-102412-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I then use the SplitText processor to split based on that unique string.  This means that any stack trace that follows a log line will be captured with the preceding log entry.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19390-screen-shot-2017-07-11-at-102654-am.png" style="width: 940px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19501iFE463D1D4880AA79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19390-screen-shot-2017-07-11-at-102654-am.png" alt="19390-screen-shot-2017-07-11-at-102654-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After that you can do what you want with the resulting splits.  I chose to filter out the splits for ERROR or WARN log lines and auto-terminate everything else.&lt;/P&gt;&lt;P&gt;Here is an example output of one of my log lines with a stack trace:&lt;/P&gt;&lt;PRE&gt;2017-07-11 10:21:38,087 ERROR [Timer-Driven Process Thread-2] o.a.n.p.attributes.UpdateAttribute 
java.lang.StringIndexOutOfBoundsException: String index out of range: 40
at java.lang.String.substring(String.java:1963) ~[na:1.8.0_77]
at org.apache.nifi.attribute.expression.language.evaluation.functions.SubstringEvaluator.evaluate(SubstringEvaluator.java:55) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.attribute.expression.language.Query.evaluate(Query.java:570) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.attribute.expression.language.Query.evaluateExpression(Query.java:388) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.attribute.expression.language.StandardPreparedQuery.evaluateExpressions(StandardPreparedQuery.java:48) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.attribute.expression.language.StandardPropertyValue.evaluateAttributeExpressions(StandardPropertyValue.java:152) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.attribute.expression.language.StandardPropertyValue.evaluateAttributeExpressions(StandardPropertyValue.java:133) ~[nifi-expression-language-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.processors.attributes.UpdateAttribute.executeActions(UpdateAttribute.java:496) ~[nifi-update-attribute-processor-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.processors.attributes.UpdateAttribute.onTrigger(UpdateAttribute.java:377) ~[nifi-update-attribute-processor-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27) ~[nifi-api-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1099) [nifi-framework-core-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:136) [nifi-framework-core-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:47) [nifi-framework-core-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:132) [nifi-framework-core-1.1.0.2.1.4.0-5.jar:1.1.0.2.1.4.0-5]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_77]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_77]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_77]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_77]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_77]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_77]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_77]&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:34:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178322#M64628</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T09:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178323#M64629</link>
      <description>&lt;P&gt;Thank you this looks very promising.  I am testing it out now.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 21:39:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178323#M64629</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T21:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178324#M64630</link>
      <description>&lt;P&gt;Interesting.  This might be what we need because GrokReader is putting everything into attributes which isn't what we are looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 21:49:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178324#M64630</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178325#M64631</link>
      <description>&lt;P&gt;I am hesitant about this because ExtractGrok its options are to either put the log file portions into attributes or to rewrite it to the log file as JSON, neither of which I want to do. I just wanted to split based on the timestamp rather than on line.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 21:51:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178325#M64631</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T21:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178326#M64632</link>
      <description>&lt;P&gt;Hey Matt&lt;/P&gt;&lt;P&gt;Your solution works very well.  Its not as pretty as GrokReader true, but it is just Splitting the content rather than putting it into attributes or switching the format of the log file to JSON.  I have one unusual result.  It is putting a newline in between each event.  I don't think this is going to be a big issue for us but is there a reason you can think of that it would do that?  Is it doing that on yours?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:08:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178326#M64632</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T22:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178327#M64633</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15261/elloyd.html" nodeid="15261" target="_blank"&gt;@Eric Lloyd&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Must be a by-product of the splitContent operation. It is reading the last line return before it sees the next bytes sequence.  If the blank line becomes an issue, you can remove blank lines using a ReplaceText processor also.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19391-screen-shot-2017-07-11-at-111504-am.png" style="width: 992px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19498i11DBBEA6071B5FEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19391-screen-shot-2017-07-11-at-111504-am.png" alt="19391-screen-shot-2017-07-11-at-111504-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This will replace any line that starts with a line return with nothing.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:34:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178327#M64633</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T09:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178328#M64634</link>
      <description>&lt;P&gt;Koji is suggesting the use of &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.3.0/org.apache.nifi.grok.GrokReader/index.html"&gt;GrokReader&lt;/A&gt; in a record-aware processor (such as &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.3.0/org.apache.nifi.processors.standard.QueryRecord/index.html"&gt;QueryRecord&lt;/A&gt; or &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.3.0/org.apache.nifi.processors.standard.PartitionRecord/index.html"&gt;PartitionRecord&lt;/A&gt;), rather than the ExtractGrok processor. With a GrokReader, you can do your split using SQL (with QueryRecord), perhaps something like:&lt;/P&gt;&lt;PRE&gt;SELECT * FROM FLOWFILE WHERE tstamp &amp;lt; ${now():toNumber():minus(1000)}&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;SELECT * FROM FLOWFILE WHERE tstamp &amp;gt;= ${now():toNumber():minus(1000)}&lt;/PRE&gt;&lt;P&gt;to route the lines whether the timestamp (in a "tstamp" field) was before a second ago. Alternatively you can use PartitionRecord to group records into individual flow files, with each flow file containing the records that have the same values for the specified fields.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:18:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178328#M64634</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-07-11T22:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178329#M64635</link>
      <description>&lt;P&gt;Thanks thats a solution if the newlines become a problem.  You know what else worked for me?  I want to put this out there Matt and see if you see any errors in this logic.&lt;/P&gt;&lt;P&gt;Instead of the ReplaceText and all that, I simple added a SplitContent and since I know each event starts with the year, I did a Split Text on:&lt;/P&gt;&lt;P&gt;"(newline)&lt;/P&gt;&lt;P&gt;20"&lt;/P&gt;&lt;P&gt;I realize this solution wouldn't work forever but it would work for the remainder of the century I think.  I guess an issue might arise if somehow, in someway, a log produces a newline and then a 20...  I am just concerned ReplaceText might be an extrenous time-consuming add-on&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:28:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178329#M64635</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178330#M64636</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15261/elloyd.html" nodeid="15261"&gt;@Eric Lloyd&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I considered that as well at first, but went the other route as I could be sure my byte sequence would be unique no matter what the stack trace looked like.  Since you are looking for a line return followed by 20 you may have an issue with the very fist line in your file.  I would test that to confirm.&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:36:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178330#M64636</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-07-11T22:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178331#M64637</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It seems to does retain the first line.  A valid point you made and in reality your solution would ensure it ran forever and even if there was a (newline) 20 in the code somehow (not sure I see how it'd happen), it would still be okay.  Thanks for you help.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:39:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178331#M64637</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-11T22:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Logging a Stack Trace event with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178332#M64638</link>
      <description>&lt;P&gt;Wow the solution to remove the extra lines was creating a giant bottleneck... Hmm&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 02:08:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Logging-a-Stack-Trace-event-with-Nifi/m-p/178332#M64638</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-07-12T02:08:21Z</dc:date>
    </item>
  </channel>
</rss>

