File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 87
87
cd ..
88
88
rm -rf temp-newrelic
89
89
90
- - name : Package Kibana artifacts
91
- run : |
92
- # Create Kibana package (single version)
93
- mkdir -p temp-kibana
94
- cp -r kibana/dashboards temp-kibana/
95
-
96
- cd temp-kibana
97
- tar -czf ../release-artifacts/redis-kibana-${{ steps.version.outputs.VERSION }}.tar.gz dashboards/
98
- zip -r ../release-artifacts/redis-kibana-${{ steps.version.outputs.VERSION }}.zip dashboards/
99
- cd ..
100
- rm -rf temp-kibana
101
-
102
- - name : Package Splunk artifacts
103
- run : |
104
- # Create Splunk package (single version)
105
- mkdir -p temp-splunk
106
- cp -r splunk/dashboards splunk/config temp-splunk/
107
-
108
- cd temp-splunk
109
- tar -czf ../release-artifacts/redis-splunk-${{ steps.version.outputs.VERSION }}.tar.gz dashboards/ config/
110
- zip -r ../release-artifacts/redis-splunk-${{ steps.version.outputs.VERSION }}.zip dashboards/ config/
111
- cd ..
112
- rm -rf temp-splunk
113
-
114
90
- name : Package Datadog artifacts
115
91
run : |
116
92
# Create Datadog package (v2 only)
@@ -143,8 +119,6 @@ jobs:
143
119
# - **redis-dynatrace-${{ steps.version.outputs.VERSION }}**: Extensions and dashboards (v1 & v2)
144
120
# - **redis-prometheus-${{ steps.version.outputs.VERSION }}**: Alerting rules and configurations (v1 & v2)
145
121
# - **redis-newrelic-${{ steps.version.outputs.VERSION }}**: Dashboard collections and configurations (v1 & v2)
146
- # - **redis-kibana-${{ steps.version.outputs.VERSION }}**: Dashboard configurations for Elasticsearch/Kibana
147
- # - **redis-splunk-${{ steps.version.outputs.VERSION }}**: Dashboard and configuration files
148
122
# - **redis-datadog-${{ steps.version.outputs.VERSION }}**: Datadog monitoring configurations
149
123
150
124
# Each package is available in both `.tar.gz` and `.zip` formats. For detailed setup instructions, please refer to the README files in each platform directory.
You can’t perform that action at this time.
0 commit comments