Skip to content

Commit

Permalink
Fix screencaps missing uninstall token tab (#1021) (#1022)
Browse files Browse the repository at this point in the history
* Fix screencaps missing uninstall token tab

* Retake and zoom in on Migrate Agent screencaps

(cherry picked from commit d29bef3)

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kilfoyle authored Apr 11, 2024
1 parent fcaecc1 commit 4be37e3
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include::{observability-docs-root}/docs/en/shared/open-kibana/widget.asciidoc[]
. To check if your {agent} is enrolled in {fleet}, go to *Management -> {fleet} -> Agents*.
+
[role="screenshot"]
image::images/kibana-fleet-agents-overview.png[{agent}s {fleet} page]
image::images/kibana-fleet-agents.png[{agent}s {fleet} page]

. To view data flowing in, go to *Analytics -> Discover* and select the index `metrics-*`, or even more specific, `metrics-kubernetes.*`. If you can't see these indexes, {kibana-ref}/data-views.html[create a data view] for them.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If {agent} is configured as managed, in {kib} you can observe under **Fleet>Agen

--
[role="screenshot"]
image::images/agent-status1.png[{agent} Status]
image::images/kibana-fleet-agents.png[{agent} Status]
--

Additionally you can verify the process status with following commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To view the overall status of your {fleet}-managed agents, in {kib}, go to
**Management -> {fleet} -> Agents**.

[role="screenshot"]
image::images/agent-status.png[Agents tab showing status of each {agent}]
image::images/kibana-fleet-agents.png[Agents tab showing status of each {agent}]

{agent}s can have the following statuses:

Expand Down
Binary file removed docs/en/ingest-management/images/agent-status.png
Binary file not shown.
Binary file removed docs/en/ingest-management/images/agent-status1.png
Binary file not shown.
Binary file not shown.
Binary file modified docs/en/ingest-management/images/kibana-fleet-agents.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 modified docs/en/ingest-management/images/kibana-fleet-datastreams.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 modified docs/en/ingest-management/images/migrate-agent-agents-offline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/ingest-management/images/migration-agent-details01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/ingest-management/images/upgrade-single-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/en/ingest-management/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ you can see which agents are healthy or unhealthy, and the last time they
checked in. You can also see the version of the {agent} binary and policy.

[role="screenshot"]
image::images/kibana-fleet-agents-overview.png[Agents page]
image::images/kibana-fleet-agents.png[Agents page]

{fleet} serves as the communication channel back to the {agent}s. Agents check
in for the latest updates on a regular basis. You can have any number of agents
Expand Down

0 comments on commit 4be37e3

Please sign in to comment.