GET
/
api
/
logstash-pipelines
/
stats
{
  "general": {
    "host": "<string>",
    "version": "<string>",
    "status": "<string>",
    "pipeline": {
      "workers": 123,
      "batchSize": 123,
      "batchDelay": 123
    },
    "jvm": {
      "threads": {
        "count": 123,
        "peakCount": 123,
        "peak_count": 123
      },
      "mem": {
        "heapUsedPercent": 123,
        "heapCommittedInBytes": 123,
        "heapMaxInBytes": 123,
        "heapUsedInBytes": 123,
        "heap_used_in_bytes": 123,
        "nonHeapUsedInBytes": 123,
        "non_heap_used_in_bytes": 123,
        "nonHeapCommittedInBytes": 123,
        "non_heap_committed_in_bytes": 123
      },
      "uptimeInMillis": 123,
      "uptime_in_millis": 123
    }
  },
  "pipelines": [
    {
      "id": 123,
      "pipelineId": "<string>",
      "pipelineName": "<string>",
      "parentPipeline": 123,
      "pipelineStatus": "<string>",
      "moduleName": "<string>",
      "systemOwner": true,
      "pipelineDescription": "<string>",
      "events": {
        "in": 123,
        "filtered": 123,
        "out": 123
      },
      "reloads": {
        "successes": 123,
        "failures": 123,
        "lastFailureTimestamp": "<string>",
        "lastError": {
          "message": "<string>"
        },
        "last_error": {
          "message": "<string>"
        },
        "lastSuccessTimestamp": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Response

200 - */*
OK
general
object
pipelines
object[]