Skip to content

Commit 3f608e5

Browse files
authored
prep: 1.5.4 (#866)
* prep: 1.5.4 * fix: update workflow * chore: update index
1 parent cb15959 commit 3f608e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+123
-82
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
curl -X POST -u $CI_SPLUNK_USERNAME:$CI_SPLUNK_PASSWORD -k https://$CI_SPLUNK_HOST:$CI_SPLUNK_PORT/servicesNS/nobody/splunk_httpinput/data/inputs/http/http/enable
116116
# Create new HEC token
117117
curl -X POST -u $CI_SPLUNK_USERNAME:$CI_SPLUNK_PASSWORD -k -d "name=splunk_hec_token&token=a6b5e77f-d5f6-415a-bd43-930cecb12959&disabled=0&index=default-events&indexes=default-events,$CI_INDEX_METRICS,$CI_INDEX_OBJECTS,$CI_INDEX_EVENTS,ns-anno,pod-anno" https://$CI_SPLUNK_HOST:$CI_SPLUNK_PORT/servicesNS/nobody/splunk_httpinput/data/inputs/http
118+
# lower the limit to 50MiB. Higher limits throws error 'Search not executed XXXX'
119+
kubectl exec -it splunk -- bash -c 'echo -e "\n[diskUsage]\nminFreeSpace = 50" >> /opt/splunk/etc/system/local/server.conf'
118120
# Restart Splunk
119121
curl -k -u $CI_SPLUNK_USERNAME:$CI_SPLUNK_PASSWORD https://$CI_SPLUNK_HOST:$CI_SPLUNK_PORT/services/server/control/restart -X POST
120122

PLUGIN_VERSIONS.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
FLUENTD_HEC_VERSION=1.3.2
3-
K8S_METRICS_VERISION=1.2.2
4-
K8S_METRICS_AGGR_VERSION=1.2.2
5-
KUBE_OBJECT_VERSION=1.2.2
2+
FLUENTD_HEC_VERSION=1.3.3
3+
K8S_METRICS_VERISION=1.2.3
4+
K8S_METRICS_AGGR_VERSION=1.2.3
5+
KUBE_OBJECT_VERSION=1.2.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3
1+
1.5.4

docs/index.yaml

Lines changed: 57 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,48 @@
11
apiVersion: v1
22
entries:
33
splunk-connect-for-kubernetes:
4+
- apiVersion: v1
5+
appVersion: 1.5.4
6+
created: "2023-08-29T00:30:09.00254+05:30"
7+
dependencies:
8+
- condition: splunk-kubernetes-logging.enabled
9+
name: splunk-kubernetes-logging
10+
repository: https://splunk.github.io/splunk-connect-for-kubernetes/
11+
version: 1.5.4
12+
- condition: splunk-kubernetes-objects.enabled
13+
name: splunk-kubernetes-objects
14+
repository: https://splunk.github.io/splunk-connect-for-kubernetes/
15+
version: 1.5.4
16+
- condition: splunk-kubernetes-metrics.enabled
17+
name: splunk-kubernetes-metrics
18+
repository: https://splunk.github.io/splunk-connect-for-kubernetes/
19+
version: 1.5.4
20+
description: Collect logs, objects (metadata), and metrics with Splunk.
21+
digest: 5db9f3c9ce0171edb3b167c8111ae61bb295260c0a7b9863ed531be0e5168014
22+
home: https://github.com/splunk/splunk-connect-for-kubernetes/tree/main/helm-chart
23+
keywords:
24+
- splunk
25+
- monitoring
26+
- logging
27+
- metrics
28+
- metadata
29+
- objects
30+
maintainers:
31+
32+
name: Splunk Inc.
33+
name: splunk-connect-for-kubernetes
34+
sources:
35+
- https://github.com/splunk/splunk-connect-for-kubernetes/tree/main/helm-chart
36+
- https://github.com/splunk/fluent-plugin-splunk-hec
37+
- https://github.com/splunk/fluent-plugin-kubernetes-metrics
38+
- https://github.com/splunk/fluent-plugin-k8s-metrics-agg
39+
- https://github.com/splunk/fluent-plugin-kubernetes-objects
40+
urls:
41+
- splunk-connect-for-kubernetes-1.5.4.tgz
42+
version: 1.5.4
443
- apiVersion: v1
544
appVersion: 1.5.3
6-
created: "2023-04-04T12:11:38.092766+05:30"
45+
created: "2023-08-29T00:30:08.99719+05:30"
746
dependencies:
847
- condition: splunk-kubernetes-logging.enabled
948
name: splunk-kubernetes-logging
@@ -42,7 +81,7 @@ entries:
4281
version: 1.5.3
4382
- apiVersion: v1
4483
appVersion: 1.5.2
45-
created: "2023-04-04T12:11:38.08821+05:30"
84+
created: "2023-08-29T00:30:08.990666+05:30"
4685
dependencies:
4786
- condition: splunk-kubernetes-logging.enabled
4887
name: splunk-kubernetes-logging
@@ -81,7 +120,7 @@ entries:
81120
version: 1.5.2
82121
- apiVersion: v1
83122
appVersion: 1.5.1
84-
created: "2023-04-04T12:11:38.082794+05:30"
123+
created: "2023-08-29T00:30:08.985484+05:30"
85124
dependencies:
86125
- condition: splunk-kubernetes-logging.enabled
87126
name: splunk-kubernetes-logging
@@ -120,7 +159,7 @@ entries:
120159
version: 1.5.1
121160
- apiVersion: v1
122161
appVersion: 1.5.0
123-
created: "2023-04-04T12:11:38.077583+05:30"
162+
created: "2023-08-29T00:30:08.980766+05:30"
124163
dependencies:
125164
- condition: splunk-kubernetes-logging.enabled
126165
name: splunk-kubernetes-logging
@@ -159,7 +198,7 @@ entries:
159198
version: 1.5.0
160199
- apiVersion: v1
161200
appVersion: 1.4.15
162-
created: "2023-04-04T12:11:38.035431+05:30"
201+
created: "2023-08-29T00:30:08.934204+05:30"
163202
dependencies:
164203
- condition: splunk-kubernetes-logging.enabled
165204
name: splunk-kubernetes-logging
@@ -198,7 +237,7 @@ entries:
198237
version: 1.4.15
199238
- apiVersion: v1
200239
appVersion: 1.4.14
201-
created: "2023-04-04T12:11:38.030111+05:30"
240+
created: "2023-08-29T00:30:08.925774+05:30"
202241
dependencies:
203242
- condition: splunk-kubernetes-logging.enabled
204243
name: splunk-kubernetes-logging
@@ -237,7 +276,7 @@ entries:
237276
version: 1.4.14
238277
- apiVersion: v1
239278
appVersion: 1.4.13
240-
created: "2023-04-04T12:11:38.023385+05:30"
279+
created: "2023-08-29T00:30:08.914637+05:30"
241280
dependencies:
242281
- condition: splunk-kubernetes-logging.enabled
243282
name: splunk-kubernetes-logging
@@ -276,7 +315,7 @@ entries:
276315
version: 1.4.13
277316
- apiVersion: v1
278317
appVersion: 1.4.12
279-
created: "2023-04-04T12:11:38.017995+05:30"
318+
created: "2023-08-29T00:30:08.908328+05:30"
280319
dependencies:
281320
- condition: splunk-kubernetes-logging.enabled
282321
name: splunk-kubernetes-logging
@@ -315,7 +354,7 @@ entries:
315354
version: 1.4.12
316355
- apiVersion: v1
317356
appVersion: 1.4.11
318-
created: "2023-04-04T12:11:38.011281+05:30"
357+
created: "2023-08-29T00:30:08.899859+05:30"
319358
dependencies:
320359
- condition: splunk-kubernetes-logging.enabled
321360
name: splunk-kubernetes-logging
@@ -354,7 +393,7 @@ entries:
354393
version: 1.4.11
355394
- apiVersion: v1
356395
appVersion: 1.4.10
357-
created: "2023-04-04T12:11:38.004708+05:30"
396+
created: "2023-08-29T00:30:08.889643+05:30"
358397
dependencies:
359398
- condition: splunk-kubernetes-logging.enabled
360399
name: splunk-kubernetes-logging
@@ -393,7 +432,7 @@ entries:
393432
version: 1.4.10
394433
- apiVersion: v1
395434
appVersion: 1.4.9
396-
created: "2023-04-04T12:11:38.073043+05:30"
435+
created: "2023-08-29T00:30:08.97512+05:30"
397436
dependencies:
398437
- condition: splunk-kubernetes-logging.enabled
399438
name: splunk-kubernetes-logging
@@ -432,7 +471,7 @@ entries:
432471
version: 1.4.9
433472
- apiVersion: v1
434473
appVersion: 1.4.8
435-
created: "2023-04-04T12:11:38.068529+05:30"
474+
created: "2023-08-29T00:30:08.969672+05:30"
436475
dependencies:
437476
- condition: splunk-kubernetes-logging.enabled
438477
name: splunk-kubernetes-logging
@@ -471,7 +510,7 @@ entries:
471510
version: 1.4.8
472511
- apiVersion: v1
473512
appVersion: 1.4.7
474-
created: "2023-04-04T12:11:38.063163+05:30"
513+
created: "2023-08-29T00:30:08.963744+05:30"
475514
dependencies:
476515
- condition: splunk-kubernetes-logging.enabled
477516
name: splunk-kubernetes-logging
@@ -510,7 +549,7 @@ entries:
510549
version: 1.4.7
511550
- apiVersion: v1
512551
appVersion: 1.4.6
513-
created: "2023-04-04T12:11:38.0583+05:30"
552+
created: "2023-08-29T00:30:08.958333+05:30"
514553
dependencies:
515554
- condition: splunk-kubernetes-logging.enabled
516555
name: splunk-kubernetes-logging
@@ -549,7 +588,7 @@ entries:
549588
version: 1.4.6
550589
- apiVersion: v1
551590
appVersion: 1.4.5
552-
created: "2023-04-04T12:11:38.052495+05:30"
591+
created: "2023-08-29T00:30:08.951857+05:30"
553592
dependencies:
554593
- condition: splunk-kubernetes-logging.enabled
555594
name: splunk-kubernetes-logging
@@ -588,7 +627,7 @@ entries:
588627
version: 1.4.5
589628
- apiVersion: v1
590629
appVersion: 1.4.4
591-
created: "2023-04-04T12:11:38.047539+05:30"
630+
created: "2023-08-29T00:30:08.946151+05:30"
592631
dependencies:
593632
- condition: splunk-kubernetes-logging.enabled
594633
name: splunk-kubernetes-logging
@@ -627,7 +666,7 @@ entries:
627666
version: 1.4.4
628667
- apiVersion: v1
629668
appVersion: 1.4.3
630-
created: "2023-04-04T12:11:38.04166+05:30"
669+
created: "2023-08-29T00:30:08.940589+05:30"
631670
dependencies:
632671
- condition: splunk-kubernetes-logging.enabled
633672
name: splunk-kubernetes-logging
@@ -664,4 +703,4 @@ entries:
664703
urls:
665704
- splunk-connect-for-kubernetes-1.4.3.tgz
666705
version: 1.4.3
667-
generated: "2023-04-04T12:11:37.996966+05:30"
706+
generated: "2023-08-29T00:30:08.877426+05:30"
48.5 KB
Binary file not shown.

helm-chart/splunk-connect-for-kubernetes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: splunk-connect-for-kubernetes
3-
version: 1.5.3
4-
appVersion: 1.5.3
3+
version: 1.5.4
4+
appVersion: 1.5.4
55
description: Collect logs, objects (metadata), and metrics with Splunk.
66
home: https://github.com/splunk/splunk-connect-for-kubernetes/tree/main/helm-chart
77
sources:

helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
version: 1.5.3
3-
appVersion: 1.5.3
2+
version: 1.5.4
3+
appVersion: 1.5.4
44
name: splunk-kubernetes-logging
55
description: Collect logs with Splunk.
66
home: https://github.com/splunk/splunk-connect-for-kubernetes/tree/main/helm-chart/charts/splunk-kubernetes-logging

helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ image:
339339
# The name of the image to pull
340340
name: splunk/fluentd-hec
341341
# The tag of the image to pull
342-
tag: 1.3.2
342+
tag: 1.3.3
343343
# The policy that specifies when the user wants the images to be pulled
344344
pullPolicy: IfNotPresent
345345
# Indicates if the image should be pulled using authentication from a secret

helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-metrics/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
version: 1.5.3
3-
appVersion: 1.5.3
2+
version: 1.5.4
3+
appVersion: 1.5.4
44
name: splunk-kubernetes-metrics
55
description: Collect metrics with Splunk.
66
home: https://github.com/splunk/splunk-connect-for-kubernetes/tree/main/helm-chart/charts/splunk-kubernetes-metrics

helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-metrics/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ image:
9595
# The name of the image to pull
9696
name: splunk/k8s-metrics
9797
# The tag of the image to pull
98-
tag: 1.2.2
98+
tag: 1.2.3
9999
# The policy that specifies when the user wants the images to be pulled
100100
pullPolicy: IfNotPresent
101101
# Indicates if the image should be pulled using authentication from a secret
@@ -110,7 +110,7 @@ imageAgg:
110110
# The name of the image to pull
111111
name: splunk/k8s-metrics-aggr
112112
# The tag of the image to pull
113-
tag: 1.2.2
113+
tag: 1.2.3
114114
# The policy that specifies when the user wants the images to be pulled
115115
pullPolicy: IfNotPresent
116116
# Indicates if the image should be pulled using authentication from a secret

0 commit comments

Comments
 (0)