Skip to content

Instantly share code, notes, and snippets.

@wkharold
Created August 27, 2015 20:06
Show Gist options
  • Save wkharold/be5161481646c1fc53d2 to your computer and use it in GitHub Desktop.
Save wkharold/be5161481646c1fc53d2 to your computer and use it in GitHub Desktop.
kubectl logs logstash -c elasticsearch-lb
wkhhdmbp:kubernetes-elk-cluster wkh$ kubectl logs -f logstash-60j4v -c elasticsearch-lb │ 43 - containerPort: 5043
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFileAppender. │ 44 name: lumberjack
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFileAppender. │ 45 protocol: TCP
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFileAppender. │ 46 volumeMounts:
[2015-08-27 20:03:29,437][WARN ][bootstrap ] Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out. Increase RLIMIT_MEMLOCK (ulimit). │ 47 - name: certs
[2015-08-27 20:03:29,515][INFO ][node ] [DJ] version[1.7.1], pid[1], build[b88f43f/2015-07-29T09:54:16Z] │ 48 mountPath: /logstash/certs
[2015-08-27 20:03:29,515][INFO ][node ] [DJ] initializing ... │ 49 volumes:
[2015-08-27 20:03:29,602][INFO ][plugins ] [DJ] loaded [cloud-kubernetes], sites [] │ 50 - name: storage
[2015-08-27 20:03:31,969][INFO ][node ] [DJ] initialized │ 51 source:
[2015-08-27 20:03:31,969][INFO ][node ] [DJ] starting ... │ 52 emptyDir: {}
[2015-08-27 20:03:32,156][INFO ][transport ] [DJ] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.12.1.13:9300]} │ 53 - name: certs
[2015-08-27 20:03:32,168][INFO ][discovery ] [DJ] elasticsearch-k8s/815zI7iQRES4IVBOPR_rZQ │ 54 secret:
[2015-08-27 20:04:02,171][WARN ][discovery ] [DJ] waited for 30s and no initial state was set by the discovery │ 55 secretName: logstash-forwarder-secrets
[2015-08-27 20:04:02,186][INFO ][http ] [DJ] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.12.1.13:9200]} │~
[2015-08-27 20:04:02,187][INFO ][node ] [DJ] started │~
[2015-08-27 20:04:12,469][DEBUG][action.admin.indices.template.get] [DJ] no known master node, scheduling a retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment