Skip to content

Commit 2364abb

Browse files
committed
Merge branch 'main' into kafka-integration
2 parents 3b7e3bb + 6fc4a5b commit 2364abb

Some content is hidden

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

46 files changed

+2037
-1176
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ base64 = "0.22.0"
4040
lazy_static = "1.4"
4141
bytes = "1.4"
4242
byteorder = "1.4.3"
43+
bzip2 = { version = "*", features = ["static"] }
4344
cookie = "0.18.1"
4445
chrono = "0.4"
4546
chrono-humanize = "0.2"
@@ -64,6 +65,7 @@ humantime-serde = "1.1"
6465
itertools = "0.13.0"
6566
num_cpus = "1.15"
6667
once_cell = "1.17.1"
68+
opentelemetry-proto = {git = "https://github.com/parseablehq/opentelemetry-rust", branch="fix-metrics-u64-serialization"}
6769
prometheus = { version = "0.13", features = ["process"] }
6870
rand = "0.8.5"
6971
regex = "1.11.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This section elaborates available options to run Parseable in production or deve
9393
## Features :rocket:
9494

9595
- [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/concepts/distributed-architecture)
96-
- [Local cache ↗︎](https://www.parseable.com/docs/features/tiering)
96+
- [Hot Tier ↗︎](https://www.parseable.com/docs/features/tiering)
9797
- [Alerts ↗︎](https://www.parseable.com/docs/alerts)
9898
- [Role based access control ↗︎](https://www.parseable.com/docs/rbac)
9999
- [OAuth2 support ↗︎](https://www.parseable.com/docs/oidc)

helm-releases/parseable-1.6.8.tgz

49.9 KB
Binary file not shown.

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: parseable
33
description: Helm chart for Parseable Server
44
type: application
5-
version: 1.6.7
5+
version: 1.6.8
66
appVersion: "v1.6.3"
77
maintainers:
88
- name: Parseable Team

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,15 @@ fluent-bit:
381381
382382
# [INPUT]
383383
# Name tail
384-
# Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log
384+
# Path /var/log/containers/{NGINX_POD_NAME}-*.log
385385
# Parser nginx_access
386386
# Tag kube.*
387387
# Mem_Buf_Limit 5MB
388388
# Skip_Long_Lines On
389389
390390
# [INPUT]
391391
# Name tail
392-
# Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log
392+
# Path /var/log/containers/{NGINX_POD_NAME}-*.log
393393
# Parser nginx_error
394394
# Tag kube.*
395395
# Mem_Buf_Limit 5MB

0 commit comments

Comments
 (0)