File tree Expand file tree Collapse file tree 2 files changed +8
-76
lines changed Expand file tree Collapse file tree 2 files changed +8
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -259,19 +259,15 @@ jobs:
259259 run : make index-benchmark-results
260260
261261 - name : Download PNG
262- run : >-
263- ${{ github.workspace }}/.ci/scripts/download-png-from-kibana.sh
264- ${{ secrets.KIBANA_BENCH_ENDPOINT }}
265- ${{ secrets.KIBANA_BENCH_USERNAME }}
266- ${{ secrets.KIBANA_BENCH_PASSWORD }}
267- $PNG_REPORT_FILE
268-
269- - name : Upload PNG
270- uses : actions/upload-artifact@v4
262+ uses : elastic/oblt-actions/download-kibana-dashboard@v1
271263 with :
272- name : kibana-png-report
273- path : ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }}
274- if-no-files-found : error
264+ kibana-host : ${{ secrets.KIBANA_BENCH_ENDPOINT }}
265+ kibana-user : ${{ secrets.KIBANA_BENCH_USERNAME }}
266+ kibana-password : ${{ secrets.KIBANA_BENCH_PASSWORD }}
267+ dashboard-id : " a5bc8390-2f8e-11ed-a369-052d8245fa04"
268+ from-date : " now-30d"
269+ to-date : " now"
270+ png-filename : ${{ env.PNG_REPORT_FILE }}
275271
276272 - name : Upload PNG to AWS S3
277273 id : s3-upload-png
You can’t perform that action at this time.
0 commit comments