Update accessing-logs.md (#327)

removed typo from document.
This commit is contained in:
Babatunde Olu-Isa 2018-08-13 10:40:55 -05:00 committed by Knative Prow Robot
parent 8a96ccc39f
commit c69898d06a
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ kubernetes.labels.build\-name: <BUILD_NAME>
### Accessing request logs ### Accessing request logs
To access to request logs: To access the request logs, enter the following search in Kibana:
* Enter the following search in Kibana:
``` ```text
tag: "requestlog.logentry.istio-system" tag: "requestlog.logentry.istio-system"
``` ```