<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins, branch ommongodb</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>Send fields specified by a template to mongodb.</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T06:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ee8e701cddaac8e786f388beff89b57f84a1a346'/>
<id>ee8e701cddaac8e786f388beff89b57f84a1a346</id>
<content type='text'>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ACT_FIELDS_PASSING, test in mongodb</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T05:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=30a43cc865f3d7247ec0356566e57b9252e2e6c1'/>
<id>30a43cc865f3d7247ec0356566e57b9252e2e6c1</id>
<content type='text'>
The mongodb test contains only debug printfs.

Example template, inspired by writeMongoDB_msg:

$template MongoTemplate,"%hostname::::sys%%timereported::::time%%timegenerated::::time_rcvd%%msg%%syslogfacility-text::::syslog_fac%%syslogseverity-text::::syslog_server%%syslogtag::::syslog_tag%%programname::::procid%%procid::::pid%%$!foo::::foo%%$!abc::::renamed%"

Note that JSON escaping is actually undesirable in this mode (should it
be silently ignored?), $!all-json doesn't yet work as expected, and all
data is stored as strings.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mongodb test contains only debug printfs.

Example template, inspired by writeMongoDB_msg:

$template MongoTemplate,"%hostname::::sys%%timereported::::time%%timegenerated::::time_rcvd%%msg%%syslogfacility-text::::syslog_fac%%syslogseverity-text::::syslog_server%%syslogtag::::syslog_tag%%programname::::procid%%procid::::pid%%$!foo::::foo%%$!abc::::renamed%"

Note that JSON escaping is actually undesirable in this mode (should it
be silently ignored?), $!all-json doesn't yet work as expected, and all
data is stored as strings.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a no-effect ", NULL";</title>
<updated>2012-08-26T08:14:50+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-09T15:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=14875be702b0c90c098888cba689190cec031646'/>
<id>14875be702b0c90c098888cba689190cec031646</id>
<content type='text'>
It does nothing, at is just confusing.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does nothing, at is just confusing.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence compiler warnings about unused parameters.</title>
<updated>2012-08-26T08:14:28+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-24T15:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7d58175dbe89502352a044c0d131aa4c5e2b3f37'/>
<id>7d58175dbe89502352a044c0d131aa4c5e2b3f37</id>
<content type='text'>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v6-stable'</title>
<updated>2012-08-25T10:19:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-25T10:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=de71589ca3145dfbe8e34790bb49e3d86d3d3bce'/>
<id>de71589ca3145dfbe8e34790bb49e3d86d3d3bce</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	runtime/ruleset.c
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	runtime/ruleset.c
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-stable' into v6-stable</title>
<updated>2012-08-25T09:55:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-25T09:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8939ccfffd3a0580ead376234ad64a9602d4e4e6'/>
<id>8939ccfffd3a0580ead376234ad64a9602d4e4e6</id>
<content type='text'>
Conflicts:
	ChangeLog
	action.c
	configure.ac
	doc/manual.html
	runtime/ruleset.c
	template.h
	threads.c
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	action.c
	configure.ac
	doc/manual.html
	runtime/ruleset.c
	template.h
	threads.c
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>changed TRUE/FALSE to RSTRUE/RSFALSE</title>
<updated>2012-08-22T13:29:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-22T13:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9faf2240c4a8f09f3f6c2c9bbd47e48520524e03'/>
<id>9faf2240c4a8f09f3f6c2c9bbd47e48520524e03</id>
<content type='text'>
This is done to prevent name claches with libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done to prevent name claches with libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undefined ctxee problem</title>
<updated>2012-08-21T12:25:22+00:00</updated>
<author>
<name>Milan Bartos</name>
<email>mbartos@redhat.com</email>
</author>
<published>2012-08-17T07:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=c718cf1ac37b7959e715b04cccfa11370ab1bbb6'/>
<id>c718cf1ac37b7959e715b04cccfa11370ab1bbb6</id>
<content type='text'>
modified:   plugins/imuxsock/imuxsock.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modified:   plugins/imuxsock/imuxsock.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for parsing trusted properties</title>
<updated>2012-08-21T12:20:36+00:00</updated>
<author>
<name>Milan Bartos</name>
<email>mbartos@redhat.com</email>
</author>
<published>2012-08-06T10:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7e21d789a81eeb03b2703101eab366c53ccc4ca6'/>
<id>7e21d789a81eeb03b2703101eab366c53ccc4ca6</id>
<content type='text'>
* add support for parsing trusted properties into libee event structure
* add $SystemLogParseTrusted config file option to enable it (default off)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for parsing trusted properties into libee event structure
* add $SystemLogParseTrusted config file option to enable it (default off)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslog</title>
<updated>2012-08-02T06:40:04+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-02T06:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=37a018c3ce7eded66fdc478ad6bc074d70410baf'/>
<id>37a018c3ce7eded66fdc478ad6bc074d70410baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
