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

[Ingest UI] Add Nginx Metrics to Detail Pages #23924

Merged

Conversation

simianhacker
Copy link
Member

@simianhacker simianhacker commented Oct 10, 2018

This PR adds Nginx metrics to the detail pages. There will be a follow up PR that will add and hide the Nginx sections to the nodes that have those capabilities. For now it will show up on all the pages with empty data.

image

@elasticmachine
Copy link
Contributor

💔 Build Failed

@simianhacker simianhacker changed the title [Ingest UI] Add Nginx Metrics to Host Detail [Ingest UI] Add Nginx Metrics to Detail Pages Oct 10, 2018
@elasticmachine
Copy link
Contributor

💔 Build Failed

@simianhacker simianhacker requested a review from skh October 16, 2018 13:42
}

export interface InfraMetricModel {
id: string;
requires: string[];
index_pattern: string;
index_pattern: string | string[];
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain what these changes do and why they were necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

The index argument for the Elasticsearch client can be both a string or an array of strings. Originally it only worked with one index pattern but I realized that there are times we need to do 2.

Copy link
Contributor

@skh skh left a comment

Choose a reason for hiding this comment

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

LGTM and works as described, just one question in the comments for me to understand better what you're doing.

@simianhacker simianhacker merged commit daf1710 into elastic:feature-infra-ui Oct 16, 2018
@simianhacker simianhacker deleted the nignx-services-for-hosts branch April 17, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants