aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/log-logstash.json
blob: ea32ecfe2a00c71d3405a8b2f853aae4591d49ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.
{
  "service": {
    "name": "Health Check: Log - Log Stash",
    "checks": [
      {
        "id": "log-logstash-internal-server-gi",
        "name": "Log Stash Health Check - General Information",
        "http": "http://log-ls-http:9600/?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-node-info",
        "name": "Log Stash Health Check - Node Information",
        "http": "http://log-ls-http:9600/_node/?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-os-info",
        "name": "Log Stash Health Check - OS Information",
        "http": "http://log-ls-http:9600/_node/os?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-jvm-info",
        "name": "Log Stash Health Check - JVM Information",
        "http": "http://log-ls-http:9600/_node/jvm?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-plugin-info",
        "name": "Log Stash Health Check - Plugin Information",
        "http": "http://log-ls-http:9600/_node/plugins?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-node-stat",
        "name": "Log Stash Health Check - Node Stats",
        "http": "http://log-ls-http:9600/_node/stats?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-jvm-stat",
        "name": "Log Stash Health Check - JVM Stats",
        "http": "http://log-ls-http:9600/_node/stats/jvm?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-process-stat",
        "name": "Log Stash Health Check - Process Stats",
        "http": "http://log-ls-http:9600/_node/stats/process?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-internal-server-os-stat",
        "name": "Log Stash Health Check - OS Stats",
        "http": "http://log-ls-http:9600/_node/stats/os?pretty",
        "method": "GET",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "log-logstash-tcp",
        "name": "Log Stash File Beat TCP Health Check",
        "tcp": "log-ls:5044",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}