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

[DOCS] Updates Elasticsearch and Kibana monitoring screenshots #25035

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/monitoring/elasticsearch-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The panel at the top shows the current cluster statistics, the charts show the
search and indexing performance over time, and the table at the bottom shows
information about any shards that are being recovered.

image::monitoring/images/monitoring-overview.jpg["Elasticsearch Cluster Overview",link="images/monitoring-overview.jpg"]
image::monitoring/images/monitoring-overview.png["Elasticsearch Cluster Overview",link="images/monitoring-overview.png"]

TIP: Not sure what a chart is showing? Click the info button for a description
of the metrics.
Expand All @@ -42,7 +42,7 @@ From there, you can dive into detailed metrics for particular nodes and indices.
To view node metrics, click **Nodes**. The Nodes section shows the status
of each node in your cluster.

image::monitoring/images/monitoring-nodes.jpg["Elasticsearch Nodes",link="images/monitoring-nodes.jpg"]
image::monitoring/images/monitoring-nodes.png["Elasticsearch Nodes",link="images/monitoring-nodes.png"]

[float]
[[nodes-page-overview]]
Expand All @@ -51,7 +51,7 @@ image::monitoring/images/monitoring-nodes.jpg["Elasticsearch Nodes",link="images
Click the name of a node to view its node statistics over time. These represent
high-level statistics collected from {es} that provide a good overview of health.

image::monitoring/images/monitoring-node.jpg["Elasticsearch Node Overview",link="images/monitoring-node.jpg"]
image::monitoring/images/monitoring-node.png["Elasticsearch Node Overview",link="images/monitoring-node.png"]

[float]
[[nodes-page-advanced]]
Expand All @@ -74,7 +74,7 @@ more advanced knowledge of {es}, such as poor garbage collection performance.
To view index metrics, click **Indices**. The Indices section shows the same
overall index and search metrics as the Overview and a table of your indices.

image::monitoring/images/monitoring-indices.jpg["Elasticsearch Indices",link="images/monitoring-indices.jpg"]
image::monitoring/images/monitoring-indices.png["Elasticsearch Indices",link="images/monitoring-indices.png"]

[float]
[[indices-page-overview]]
Expand All @@ -83,7 +83,7 @@ image::monitoring/images/monitoring-indices.jpg["Elasticsearch Indices",link="im
From the Indices listing, you can view data for a particular index. To drill
down into the data for a particular index, click its name in the Indices table.

image::monitoring/images/monitoring-index.jpg["Elasticsearch Index Overview",link="images/monitoring-index.jpg"]
image::monitoring/images/monitoring-index.png["Elasticsearch Index Overview",link="images/monitoring-index.png"]

[float]
[[indices-page-advanced]]
Expand Down
Binary file not shown.
Binary file modified docs/monitoring/images/monitoring-index-advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-index.jpg
Binary file not shown.
Binary file added docs/monitoring/images/monitoring-index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-indices.jpg
Binary file not shown.
Binary file added docs/monitoring/images/monitoring-indices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-node-advanced.jpg
Binary file not shown.
Binary file modified docs/monitoring/images/monitoring-node-advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-node.jpg
Binary file not shown.
Binary file added docs/monitoring/images/monitoring-node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-nodes.jpg
Binary file not shown.
Binary file added docs/monitoring/images/monitoring-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/monitoring/images/monitoring-overview.jpg
Binary file not shown.
Binary file added docs/monitoring/images/monitoring-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/monitoring/kibana-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
To view the key metrics that indicate the overall health of {kib} itself,
click **Overview** in the {kib} section of the *Monitoring* page.

image::monitoring/images/monitoring-kibana-overview.jpg["Kibana Overview",link="images/monitoring-kibana-overview.jpg"]
image::monitoring/images/monitoring-kibana-overview.png["Kibana Overview",link="images/monitoring-kibana-overview.png"]

To view {kib} instance metrics, click **Instances**. The Instances section
shows the status of each {kib} instance.

image::monitoring/images/monitoring-kibana-instances.jpg["Kibana Instances",link="images/monitoring-kibana-instances.jpg"]
image::monitoring/images/monitoring-kibana-instances.png["Kibana Instances",link="images/monitoring-kibana-instances.png"]

Click the name of an instance to view its instance statistics over time.

image::monitoring/images/monitoring-kibana-instance.jpg["Kibana Instance View",link="images/monitoring-kibana-instance.jpg"]
image::monitoring/images/monitoring-kibana-instance.png["Kibana Instance View",link="images/monitoring-kibana-instance.png"]