az monitor app-insights component continues-export

참고 항목

이 참조는 Azure CLI(버전 2.55.0 이상)에 대한 Application-insights 확장의 일부입니다. 확장은 az monitor app-insights 구성 요소 계속 내보내기 명령을 처음 실행할 때 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.

Application Insights 구성 요소에 대한 연속 내보내기 구성을 관리합니다.

명령

Name Description 형식 상태
az monitor app-insights component continues-export create

Application Insights 구성 요소에 대한 연속 내보내기 구성을 만듭니다.

내선 번호 GA
az monitor app-insights component continues-export delete

Application Insights 구성 요소의 특정 연속 내보내기 구성을 삭제합니다.

내선 번호 GA
az monitor app-insights component continues-export list

Application Insights 구성 요소의 연속 내보내기 구성 목록을 나열합니다.

내선 번호 GA
az monitor app-insights component continues-export show

이 내보내기 ID에 대한 연속 내보내기 구성을 가져옵니다.

내선 번호 GA
az monitor app-insights component continues-export update

Application Insights 구성 요소에 대한 연속 내보내기 구성을 업데이트합니다.

내선 번호 GA

az monitor app-insights component continues-export create

Application Insights 구성 요소에 대한 연속 내보내기 구성을 만듭니다.

az monitor app-insights component continues-export create --app
                                                          --dest-account
                                                          --dest-container
                                                          --dest-sas
                                                          --dest-sub-id
                                                          --record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}
                                                          --resource-group
                                                          [--dest-type {Blob}]
                                                          [--is-enabled {false, true}]

예제

연속 내보내기 구성을 만듭니다.

az monitor app-insights component continues-export create -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--record-types Requests Event Exceptions Metrics PageViews \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c

필수 매개 변수

--app -a

Application Insights 구성 요소의 GUID, 앱 이름 또는 정규화된 Azure 리소스 이름입니다. 애플리케이션 GUID는 Azure Portal의 Application Insights 리소스에 있는 API 액세스 메뉴 항목에서 가져올 수 있습니다. 애플리케이션 이름을 사용하는 경우 리소스 그룹을 지정하세요.

--dest-account

대상 스토리지 계정의 이름입니다.

--dest-container

대상 스토리지 컨테이너의 이름입니다.

--dest-sas

대상 스토리지 컨테이너에 대한 SAS 토큰입니다. 쓰기 권한을 부여해야 합니다.

--dest-sub-id

대상 스토리지 계정의 구독 ID입니다.

--record-types

쉼표로 구분된 값으로 내보낼 문서 형식입니다. 허용되는 값에는 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'가 포함됩니다.

허용되는 값: Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests
--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--dest-type

연속 내보내기 대상 유형입니다. 'Blob'이어야 합니다.

허용되는 값: Blob
기본값: Blob
--is-enabled

연속 내보내기 구성을 사용하도록 설정하려면 'true'로 설정하고, 그렇지 않으면 'false'로 설정합니다.

허용되는 값: false, true
기본값: true
전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az monitor app-insights component continues-export delete

Application Insights 구성 요소의 특정 연속 내보내기 구성을 삭제합니다.

az monitor app-insights component continues-export delete --id
                                                          [--app]
                                                          [--ids]
                                                          [--resource-group]
                                                          [--subscription]
                                                          [--yes]

예제

ID별로 연속 내보내기 구성을 삭제합니다.

az monitor app-insights component continues-export delete -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid

필수 매개 변수

--id

연속 내보내기 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.

선택적 매개 변수

--app -a

Application Insights 구성 요소의 GUID, 앱 이름 또는 정규화된 Azure 리소스 이름입니다. 애플리케이션 GUID는 Azure Portal의 Application Insights 리소스에 있는 API 액세스 메뉴 항목에서 가져올 수 있습니다. 애플리케이션 이름을 사용하는 경우 리소스 그룹을 지정하세요.

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--yes -y

확인 메시지를 표시하지 않습니다.

기본값: False
전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az monitor app-insights component continues-export list

Application Insights 구성 요소의 연속 내보내기 구성 목록을 나열합니다.

az monitor app-insights component continues-export list --app
                                                        --resource-group

예제

내보내기 구성 나열

az monitor app-insights component continues-export list -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633

필수 매개 변수

--app -a

Application Insights 구성 요소의 GUID, 앱 이름 또는 정규화된 Azure 리소스 이름입니다. 애플리케이션 GUID는 Azure Portal의 Application Insights 리소스에 있는 API 액세스 메뉴 항목에서 가져올 수 있습니다. 애플리케이션 이름을 사용하는 경우 리소스 그룹을 지정하세요.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az monitor app-insights component continues-export show

이 내보내기 ID에 대한 연속 내보내기 구성을 가져옵니다.

az monitor app-insights component continues-export show --id
                                                        [--app]
                                                        [--ids]
                                                        [--resource-group]
                                                        [--subscription]

예제

ID별로 연속 내보내기 구성을 표시합니다.

az monitor app-insights component continues-export show -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid

필수 매개 변수

--id

연속 내보내기 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.

선택적 매개 변수

--app -a

Application Insights 구성 요소의 GUID, 앱 이름 또는 정규화된 Azure 리소스 이름입니다. 애플리케이션 GUID는 Azure Portal의 Application Insights 리소스에 있는 API 액세스 메뉴 항목에서 가져올 수 있습니다. 애플리케이션 이름을 사용하는 경우 리소스 그룹을 지정하세요.

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az monitor app-insights component continues-export update

Application Insights 구성 요소에 대한 연속 내보내기 구성을 업데이트합니다.

az monitor app-insights component continues-export update --id
                                                          [--app]
                                                          [--dest-account]
                                                          [--dest-container]
                                                          [--dest-sas]
                                                          [--dest-sub-id]
                                                          [--dest-type {Blob}]
                                                          [--ids]
                                                          [--is-enabled {false, true}]
                                                          [--record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}]
                                                          [--resource-group]
                                                          [--subscription]

예제

연속 내보내기 구성 레코드 형식을 업데이트합니다.

az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--record-types Requests Event Exceptions Metrics PageViews

연속 내보내기 구성 스토리지 대상을 업데이트합니다.

az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c

필수 매개 변수

--id

연속 내보내기 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.

선택적 매개 변수

--app -a

Application Insights 구성 요소의 GUID, 앱 이름 또는 정규화된 Azure 리소스 이름입니다. 애플리케이션 GUID는 Azure Portal의 Application Insights 리소스에 있는 API 액세스 메뉴 항목에서 가져올 수 있습니다. 애플리케이션 이름을 사용하는 경우 리소스 그룹을 지정하세요.

--dest-account

대상 스토리지 계정의 이름입니다.

--dest-container

대상 스토리지 컨테이너의 이름입니다.

--dest-sas

대상 스토리지 컨테이너에 대한 SAS 토큰입니다. 쓰기 권한을 부여해야 합니다.

--dest-sub-id

대상 스토리지 계정의 구독 ID입니다.

--dest-type

연속 내보내기 대상 유형입니다. 'Blob'이어야 합니다.

허용되는 값: Blob
--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--is-enabled

연속 내보내기 구성을 사용하도록 설정하려면 'true'로 설정하고, 그렇지 않으면 'false'로 설정합니다.

허용되는 값: false, true
--record-types

쉼표로 구분된 값으로 내보낼 문서 형식입니다. 허용되는 값에는 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'가 포함됩니다.

허용되는 값: Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests
--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.