다음을 통해 공유


ContainerServiceLog 테이블에 대한 쿼리

ContainerServiceLog에서 찾기

ContainerServiceLog에서 를 찾아 ContainerServiceLog 테이블의 특정 값을 검색합니다./nNote 이 쿼리를 수행하려면 SeachValue> 매개 변수를 업데이트<하여 결과를 생성해야 합니다.

// This query requires a parameter to run. Enter value in SearchValue to find in table.
let SearchValue =  "<SearchValue>";//Please update term you would like to find in the table.
ContainerServiceLog
| where * contains tostring(SearchValue)
| take 1000