I am getting errors on ubuntu 14.04 LTS trying to edit rsyslog...
augtool> ls /augeas/files/etc/rsyslog.conf/error/
pos = 966
line = 40
char = 0
lens = /usr/share/augeas/lenses/dist/rsyslog.aug:45.10-.57:
message = Get did not match entire input
The line that it's choking on is this:
*.* @@127.0.0.1:1514;RSYSLOG_FileFormat
With context:
# Filter duplicated messages
$RepeatedMsgReduction on
*.* @@127.0.0.1:1514;RSYSLOG_FileFormat
Any ideas? To my knowledge, this is a package default file.
EDIT: This line is not stock, it's added for according to Alertlogic's documentation, which lists exactly that line.