<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">That looks like it would work but if the source isn’t syslog data ?&nbsp;</div><div class=""><br class=""></div><div class="">I pondered this question when looking at the disk buffer settings in 3.8.&nbsp;</div><div class="">If my data is in ES, MySQL or some other parsed presentation platform then all I really need to write out blocks of raw data to disk and archive for SOX compliance.&nbsp;</div><div class=""><br class=""></div><div class="">Let the storage archive, compress, encrypt and de-dup.&nbsp;</div><div class=""><br class=""></div><div class="">Just&nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On Sep 8, 2016, at 5:48 PM, Evan Rempel &lt;<a href="mailto:erempel@uvic.ca" class="">erempel@uvic.ca</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    <div class="moz-cite-prefix">You would have to use a syslog-ng
      template defined as<br class="">
      <br class="">
      "&lt;$PRI&gt;$ISO_DATE $FULLHOST $MSGHDR$MESSAGE\n"<br class="">
      <br class="">
      and that would be the "on the wire" format. The you can netcat
      this to the syslog port which would replay the log.<br class="">
      <br class="">
      Evan.<br class="">
      <br class="">
      On 09/08/2016 02:39 PM, Scot Needy wrote:<br class="">
    </div>
    <blockquote cite="mid:B148DE0A-1A67-4D21-AD1B-36C78F23C013@gmail.com" type="cite" class="">
      <pre wrap="" class="">Thanks Even, 

 Maybe I’m doing something wrong.   
I see some of the headers but not all. 

2016-09-08T17:31:17-04:00 &lt;IPADDR&gt; &lt;HOST&gt; %ASA-3-305006:  regular translation creation failed for imp src …. 

I guess what I was looking for is something that I could write blocks of data to and read from irregardless of the type of data. 
Something almost like tcpdump or buffer that could rotate every hour or so and then be used to re-play directly back into syslog-ng. 

Log &gt; YYYY.MM.DD.HH_compressed_data. 

  



</pre>
      <blockquote type="cite" class="">
        <pre wrap="" class="">On Sep 8, 2016, at 5:13 PM, Evan Rempel <a class="moz-txt-link-rfc2396E" href="mailto:erempel@uvic.ca">&lt;erempel@uvic.ca&gt;</a> wrote:

If you write the syslog data to a file with all of the data, then it can be ingested again.

We save the data to the files like

2016-09-08T00:00:01-07:00 host.name.here <a href="http://mail.info" class="">mail.info</a> sm-mta[9521]: u887019I009521: milter=mimedefang, action=rcpt, continue

and then we have a syslog-ng pattern database that will turn this back into an "on the wiire" format that can be sent to any syslog port.

Alternatively, you could save it in the file as the original format, and then it can just be sent back to syslog when you need to. Human readablility is not quite as good, but if you have the data in splunk or whatever, then humans don't need to read the raw files.

Evan.


On 09/08/2016 01:32 PM, Scot Needy wrote:
</pre>
        <blockquote type="cite" class="">
          <pre wrap="" class="">Hi All,

Is there a better way to archive my syslog data once it’s been received and injected into elk,spunk or whatever ?

 I see how I can log my data to flat files using date macros then compress and archive as normal data but is there a better way to write out the data in the same format it was received to facilitate re-injesting ?

For example: My syslog data on file does not include the original syslog header data .

Syslog is just one example.


</pre>
        </blockquote>
        <pre wrap="" class="">______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a>

</pre>
      </blockquote>
      <pre wrap="" class="">______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a>

</pre>
    </blockquote>
    <br class=""><p class=""><br class="">
    </p>
    <pre class="moz-signature" cols="500">-- 
Evan Rempel                                      <a class="moz-txt-link-abbreviated" href="mailto:erempel@uvic.ca">erempel@uvic.ca</a>
Senior Systems Administrator                        250.721.7691
Data Centre Services, University Systems, University of Victoria 
</pre>
  </div>

______________________________________________________________________________<br class="">Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" class="">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br class="">Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" class="">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br class="">FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" class="">http://www.balabit.com/wiki/syslog-ng-faq</a><br class=""><br class=""></div></blockquote></div><br class=""></body></html>