File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ pipeline:
158
158
outputs :
159
159
- name : azure_blog
160
160
match : " *"
161
- account_name : devstoreaccount1
162
- shared_key : Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz
161
+ account_name : INSERT_ACCOUNT_NAME
162
+ shared_key : INSERT_SHARED_KEY
163
163
path : kubernetes
164
164
container_name : logs
165
165
auto_create_container : on
@@ -185,8 +185,8 @@ pipeline:
185
185
[OUTPUT]
186
186
name azure_blob
187
187
match *
188
- account_name devstoreaccount1
189
- shared_key Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz
188
+ account_name INSERT_ACCOUNT_NAME
189
+ shared_key INSERT_SHARED_KEY
190
190
path kubernetes
191
191
container_name logs
192
192
auto_create_container on
@@ -212,4 +212,4 @@ Azurite Queue service is successfully listening at http://127.0.0.1:10001
212
212
127.0.0.1 - - [03/Sep/2020:17:40:03 +0000] " PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log?comp=appendblock HTTP/1.1" 404 -
213
213
127.0.0.1 - - [03/Sep/2020:17:40:03 +0000] " PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log HTTP/1.1" 201 -
214
214
127.0.0.1 - - [03/Sep/2020:17:40:04 +0000] " PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log?comp=appendblock HTTP/1.1" 201 -
215
- ```
215
+ ```
You can’t perform that action at this time.
0 commit comments