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

Stack Monitoring - Logstash Pipeline UI is returning 404 #69625

Closed
kapildawar opened this issue Jun 19, 2020 · 9 comments · Fixed by #69861
Closed

Stack Monitoring - Logstash Pipeline UI is returning 404 #69625

kapildawar opened this issue Jun 19, 2020 · 9 comments · Fixed by #69861
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team v7.8.0 v8.0.0

Comments

@kapildawar
Copy link

Kibana version: 7.8.0

Elasticsearch version: 7.8.0

Server OS version: Elastic Cloud

Browser version: Chrome

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.): ESS

Describe the bug: Monitoring Logstash Pipleline UI is broken

Steps to reproduce:

  1. Go to stack monitoring
  2. Click Pipelines under Logstash
  3. Click on a pipeline ID - error ( {"statusCode":404,"error":"Not Found","message":"Not Found"} )

Expected behavior: Should load logstash pipeline Monitoring UI

Screenshots (if relevant):

Errors in browser console (if relevant): {"statusCode":404,"error":"Not Found","message":"Not Found"}

Provide logs and/or server output (if relevant):

Any additional context: URL is missing "/app/monitoring#" after kibana endpoint

@kapildawar kapildawar added bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring v7.8.0 labels Jun 19, 2020
@Marschelloss
Copy link

Same problem here: Created a new cluster with three master nodes and one Control node + Kibana. Activated logstash legacy monitoring. .monitoring-logstash gets filled up, but cannot view logstash pipelines/nodes in Kibana.

@erelling
Copy link

erelling commented Jun 24, 2020

Same problem here, set up the logstash monitoring through metricbeat.
In Kibana:
[works] Cluster -> Cluster name -> Logstash -> Overview
[works] Cluster -> Cluster name -> Logstash -> Pipelines
[statusCode:404] Cluster -> Cluster name -> Logstash -> Pipelines -> pipeline_name

However, this works:
curl -X GET "logstash_node:9600/_node/pipelines?pipeline_name?pretty"

Noted that also:
[works] Cluster -> Cluster name -> Logstash -> Nodes
[statusCode:404] Cluster -> Cluster name -> Logstash -> Nodes -> node_name

@igoristic
Copy link
Contributor

I am able to repro this on master. Taking a look now

@igoristic igoristic self-assigned this Jun 24, 2020
@igoristic igoristic added the Team:Monitoring Stack Monitoring team label Jun 24, 2020
@elasticmachine
Copy link
Contributor

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

@chrisronline
Copy link
Contributor

Possible duplicate of #69321

@pradeepnnv
Copy link

Still observing this issue when using docker.elastic.co/kibana/kibana:7.8.0.

Image: docker.elastic.co/kibana/kibana:7.8.0
Image ID: docker-pullable://docker.elastic.co/kibana/kibana@sha256:d974e095b5716c4640de67a4fdb7d4a286b47dacbde54cdb4b24c73a90692e64

Was the docker image also updated with this fix?

@chrisronline
Copy link
Contributor

@pradeepnnv It should be in 7.8.1

@pradeepnnv
Copy link

Thanks @chrisronline . I couldn't find it here. https://www.docker.elastic.co/r/kibana/kibana
Guess i'll wait for it to be published.

@pradeepnnv
Copy link

Issue is resolved in 7.8.1. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team v7.8.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants