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

[Monitoring] Fix issue with loading logstash node page under standalone cluster #93617

Merged

Conversation

chrisronline
Copy link
Contributor

Resolves #93606

To test, you need to setup a standalone cluster. The easiest way to do this is to use Metricbeat to collect and ship monitoring data for Logstash and using the default Logstash pipeline, like:

- pipeline.id: test
  pipeline.workers: 1
  pipeline.batch.size: 1
  config.string: "input { generator {} } filter { sleep { time => 1 } } output { stdout { codec => dots } }"

After this, ensure you can see the Logstash node in the standalone cluster:
Screen Shot 2021-03-04 at 10 00 39 AM

Then, attempt to navigate to the Nodes page and click the single node in the listing. The page should load as expected:

Screen Shot 2021-03-04 at 10 01 31 AM

@elasticmachine
Copy link
Contributor

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

@chrisronline chrisronline requested a review from a team March 4, 2021 15:02
@chrisronline
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @chrisronline

Copy link
Contributor

@igoristic igoristic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@chrisronline chrisronline merged commit 7d237b8 into elastic:master Mar 9, 2021
@chrisronline chrisronline deleted the monitoring/standalone_logstash branch March 9, 2021 15:00
chrisronline added a commit to chrisronline/kibana that referenced this pull request Mar 9, 2021
chrisronline added a commit to chrisronline/kibana that referenced this pull request Mar 9, 2021
chrisronline added a commit that referenced this pull request Mar 9, 2021
chrisronline added a commit that referenced this pull request Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Monitoring] Unable to view logstash node page under standalone cluster
4 participants