Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/monitoring/logstash/pipelines·js - apis Monitoring Logstash pipelines should return paginated pipelines #52476

Open
kibanamachine opened this issue Dec 9, 2019 · 2 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Monitoring Stack Monitoring team triage_needed v7.7.1 v8.0.0

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

{ Error: expected { pipelines: 
   [ { id: 'eight',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'eighteen',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'eleven',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'fifteen',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'five',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'four',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'fourteen',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'nine',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'nineteen',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 },
     { id: 'one',
       metrics: [Object],
       latestThroughput: null,
       latestNodesCount: 1 } ],
  clusterStatus: 
   { node_count: 1,
     events_in_total: 312,
     events_out_total: 234,
     avg_memory: 1037959168,
     avg_memory_used: 205063840,
     max_uptime: 40598,
     pipeline_count: 26,
     queue_types: { memory: 26, persisted: 0 },
     versions: [ '8.0.0' ] },
  totalPipelineCount: 26 } to sort of equal { pipelines: 
   [ { id: 'eight',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'eighteen',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'eleven',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'fifteen',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'five',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'four',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'fourteen',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'nine',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'nineteen',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 },
     { id: 'one',
       metrics: [Object],
       latestThroughput: 0,
       latestNodesCount: 1 } ],
  clusterStatus: 
   { node_count: 1,
     events_in_total: 312,
     events_out_total: 234,
     avg_memory: 1037959168,
     avg_memory_used: 205063840,
     max_uptime: 40598,
     pipeline_count: 26,
     queue_types: { memory: 26, persisted: 0 },
     versions: [ '8.0.0' ] },
  totalPipelineCount: 26 }
    at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:244:8)
    at Context.it (test/api_integration/apis/monitoring/logstash/pipelines.js:44:23)
  actual:
   '{\n  "clusterStatus": {\n    "avg_memory": 1037959168\n    "avg_memory_used": 205063840\n    "events_in_total": 312\n    "events_out_total": 234\n    "max_uptime": 40598\n    "node_count": 1\n    "pipeline_count": 26\n    "queue_types": {\n      "memory": 26\n      "persisted": 0\n    }\n    "versions": [\n      "8.0.0"\n    ]\n  }\n  "pipelines": [\n    {\n      "id": "eight"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "eighteen"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "eleven"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "fifteen"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "five"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "four"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "fourteen"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "nine"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "nineteen"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "one"\n      "latestNodesCount": 1\n      "latestThroughput": [null]\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              [null]\n            ]\n            [\n              1572882260000\n              [null]\n            ]\n            [\n              1572882270000\n              [null]\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n  ]\n  "totalPipelineCount": 26\n}',
  expected:
   '{\n  "clusterStatus": {\n    "avg_memory": 1037959168\n    "avg_memory_used": 205063840\n    "events_in_total": 312\n    "events_out_total": 234\n    "max_uptime": 40598\n    "node_count": 1\n    "pipeline_count": 26\n    "queue_types": {\n      "memory": 26\n      "persisted": 0\n    }\n    "versions": [\n      "8.0.0"\n    ]\n  }\n  "pipelines": [\n    {\n      "id": "eight"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "eighteen"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "eleven"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "fifteen"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "five"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "four"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "fourteen"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "nine"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "nineteen"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n    {\n      "id": "one"\n      "latestNodesCount": 1\n      "latestThroughput": 0\n      "metrics": {\n        "nodesCount": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              1\n            ]\n            [\n              1572882260000\n              1\n            ]\n            [\n              1572882270000\n              1\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of nodes on which the Logstash pipeline is running."\n            "field": "logstash_stats.logstash.uuid"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Node Count"\n            "units": ""\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n        "throughput": {\n          "bucket_size": "10 seconds"\n          "data": [\n            [\n              1572882220000\n              0\n            ]\n            [\n              1572882260000\n              0\n            ]\n            [\n              1572882270000\n              0\n            ]\n          ]\n          "metric": {\n            "app": "logstash"\n            "description": "Number of events emitted per second by the Logstash pipeline at the outputs stage."\n            "field": "logstash_stats.pipelines.events.out"\n            "format": "0,0.[00]"\n            "hasCalculation": true\n            "isDerivative": false\n            "label": "Pipeline Throughput"\n            "units": "e/s"\n          }\n          "timeRange": {\n            "max": 1572882638667\n            "min": 1572882044855\n          }\n        }\n      }\n    }\n  ]\n  "totalPipelineCount": 26\n}',
  showDiff: true }

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 9, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring (Team:Monitoring)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Monitoring Stack Monitoring team triage_needed v7.7.1 v8.0.0
Projects
None yet
Development

No branches or pull requests

7 participants