File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8181 "OPENAI_PROJECT=${{ secrets.OPENAI_PROJECT }}"
8282 "OPENAI_ORGANIZATION=${{ secrets.OPENAI_ORGANIZATION }}"
8383 "TOKENIZER_API_KEY=${{ secrets.TOKENIZER_API_KEY }}"
84- "ELASTIC_SEARCH_URIS=${secrets.ELASTIC_SEARCH_URIS}"
85- "ELASTIC_SEARCH_USER_NAME=${secrets.ELASTIC_SEARCH_USER_NAME}"
86- "ELASTIC_SEARCH_PASSWORD=${secrets.ELASTIC_SEARCH_PASSWORD}"
84+ "ELASTIC_SEARCH_URIS=${{ secrets.ELASTIC_SEARCH_URIS } }"
85+ "ELASTIC_SEARCH_USER_NAME=${{ secrets.ELASTIC_SEARCH_USER_NAME } }"
86+ "ELASTIC_SEARCH_PASSWORD=${{ secrets.ELASTIC_SEARCH_PASSWORD } }"
8787
8888 - name : build and push filebeat
8989 uses : docker/build-push-action@v4
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ filebeat.inputs:
77 multiline.negate : true
88 multiline.match : after
99 json :
10+ message_key : error.stack_trace
1011 keys_under_root : true
1112 add_error_key : true
1213
You can’t perform that action at this time.
0 commit comments