Displaying 5 results from an estimated 5 matches for "graylog".
2017 Apr 07
2
difficulty using virt-v2v with OVA
...2v is just old, I installed rawhide on a different system
and tried with virt-v2v-1.37.8-1.fc27.x86_64 and now its having another
problem. Is there a known version of virt-v2v I should be using? Here is
the output from the rawhide attempt happens for any OVA file I try:
# virt-v2v -v -x -i ova graylog.ova -o qemu -of qcow2 -os /var/tmp
--qemu-boot
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: create: flags = 0, handle = 0x1e984e0, program = virt-v2v
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: trace: set_v...
2016 Feb 05
4
Send Dovecot logs to rsyslog
Hello,
I'm trying to send Dovecot logs to a Graylog server.
To do this, I'd like to pass logs to rsyslog and rsyslog pass logs to
remote Graylog server.
I set in dovecot.conf : syslog_facility = local5.info
I set in rsyslog.conf : local5.info @192.168.xxx.xxx:5555
Restarted services and it doesn't work.
I use nmap to test if port...
2017 Mar 01
2
Slow connects due to out-of-context DNS lookup
...ising and tearing down the infrastructure a lot at this
stage with Terraform, the IP addresses change.
For the management subnet, I have a private DNS zone defined, and a
public zone with a record for the bastion server.
What I wanted ; to just be able to define a config entry thus :
---
Host graylog
Hostname graylog.management
ProxyCommand ssh -q -W %h:%p user at jumpbox.my.aws.zone
---
This takes a long time (> 30s)to connect because the client is doing a
DNS lookup on the Hostname, which apparently has to fail before it
attempts to connect.
Add this to your /etc/hosts ...
---...
2017 Apr 07
0
Re: difficulty using virt-v2v with OVA
...lled rawhide on a different system
> and tried with virt-v2v-1.37.8-1.fc27.x86_64 and now its having another
> problem. Is there a known version of virt-v2v I should be using? Here is
> the output from the rawhide attempt happens for any OVA file I try:
>
> # virt-v2v -v -x -i ova graylog.ova -o qemu -of qcow2 -os /var/tmp
> --qemu-boot
> [...]
> libguestfs: trace: v2v: launch = -1 (error)
> virt-v2v: error: libguestfs error: could not create appliance through
> libvirt.
>
> Try running qemu directly without libvirt using this environment variable:
> export...
2017 Oct 27
0
C7, docker, logging
......and on for about 20 more wrapped lines into the log file, a number of
ties an hour.
This is *not* my idea of "warn" log level. Now, I see from the docs
that you can't simply tell it a logfile to use, like /var/log/docker,
but I see one of the logging drivers is something called graylog.
So, I'm looking for advice: should I set up graylog, to get this crap
out of my syslogs, or is there something else that's a preferred
logging method?
mark