Skip to content

Commit

Permalink
update xrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrennan89 committed Nov 3, 2023
1 parent db1002f commit 2fb1389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include::modules/op-viewing-pipeline-logs-in-kibana.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="additional-resources_viewing-pipeline-logs-using-the-openshift-logging-operator"]
== Additional resources

* xref:../../logging/cluster-logging-deploying.adoc[Installing OpenShift Logging]
* xref:../../logging/viewing-resource-logs.adoc[Viewing logs for a resource]
* xref:../../logging/cluster-logging-visualizer.adoc[Viewing cluster logs by using Kibana]
* xref:../../logging/log_visualization/log-visualization.adoc#log-visualization-resource-logs_log-visualization[Viewing logs for a resource]
* xref:../../logging/log_visualization/logging-kibana.adoc#logging-kibana[Log visualization with Kibana]
7 changes: 3 additions & 4 deletions modules/viewing-resource-logs-cli-console.adoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Module included in the following assemblies:
//
// * logging/viewing-resource-logs.adoc
// * logging/log_visualization/log-visualization.adoc
// * nodes/pods/nodes-pods-viewing.adoc

:_mod-docs-content-type: PROCEDURE
[id="viewing-resource-logs-cli-console_{context}"]
= Viewing resource logs

You can view the log for various resources in the OpenShift CLI (oc) and web console. Logs read from the tail, or end, of the log.
You can view the log for various resources in the {first-oc} and web console. Logs read from the tail, or end, of the log.

.Prerequisites

* Access to the OpenShift CLI (oc).
* Access to the {first-oc}.
.Procedure (UI)

Expand Down Expand Up @@ -75,4 +75,3 @@ $ oc logs deployment/ruby
----
+
The contents of log files are printed out.

0 comments on commit 2fb1389

Please sign in to comment.