On Fri, Jul 7, 2017 at 5:15 AM, Stéphane Klein <[email protected]> wrote: > Hi, > > Origin-Aggregated-Logging > (https://github.com/openshift/origin-aggregated-logging) is installed on my > cluster and I have enabled "OPS" option. > > Then, I have two ElasticSearch clusters: > > * ES > * ES-OPS > > My issue: OPS logging generate 10Go ES data by day! > > origin-node log level is set at 0 (errors and warnings only). > > This is some logging record: > > /usr/bin/dockerd-current --add-runtime > docker-runc=/usr/libexec/docker/docker-runc-current > --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd > --userland-proxy-path=/usr/libexec/docker/docker-proxy-current > --selinux-enabled --insecure-registry=172.30.0.0/16 --log-driver=journald > --storage-driver devicemapper --storage-opt dm.fs=xfs --storage-opt > dm.thinpooldev=/dev/mapper/cah-docker--pool --storage-opt > dm.use_deferred_removal=true --storage-opt dm.use_deferred_deletion=true > > /usr/lib/systemd/systemd --switched-root --system --deserialize 19 > > /usr/bin/docker-current run --name origin-node --rm --privileged --net=host > --pid=host --env-file=/etc/sysconfig/origin-node -v /:/rootfs:ro,rslave -e > CONFIG_FILE=/etc/origin/node/node-config.yaml -e OPTIONS=--loglevel=0 -e > HOST=/rootfs -e HOST_ETC=/host-etc -v /var/lib/origin:/var/lib/origin:rslave > -v /etc/origin/node:/etc/origin/node -v /etc/localtime:/etc/localtime:ro -v > /etc/machine-id:/etc/machine-id:ro -v /run:/run -v /sys:/sys:rw -v > /sys/fs/cgroup:/sys/fs/cgroup:rw -v /usr/bin/docker:/usr/bin/docker:ro -v > /var/lib/docker:/var/lib/docker -v /lib/modules:/lib/modules -v > /etc/origin/openvswitch:/etc/openvswitch -v > /etc/origin/sdn:/etc/openshift-sdn -v /var/lib/cni:/var/lib/cni -v > /etc/systemd/system:/host-etc/systemd/system -v /var/log:/var/log -v > /dev:/dev --volume=/usr/bin/docker-current:/usr/bin/docker-current:ro > --volume=/etc/sysconfig/docker:/etc/sysconfig/docker:ro > openshift/node:v1.4.1 > > ... > > 40000 hits by hours!
How are you determining 40,000 hits per hour? What query are you doing to determine the above log entries? Thanks, -peter > > I don't understand why I have all this log record, it is usual? > > How can I fix it? > > Best regards, > Stéphane > -- > Stéphane Klein <[email protected]> > blog: http://stephane-klein.info > cv : http://cv.stephane-klein.info > Twitter: http://twitter.com/klein_stephane > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
