diff --git a/README.md b/README.md
index 2554e1b2f..892271bd9 100644
--- a/README.md
+++ b/README.md
@@ -2,34 +2,34 @@
-
- The versatile log database for search, analysis, and monitoring
-You can get started with Parseable Docker with a simple Docker run and then send data via cURL to understand how you can ingest data to Parseable. Below is the command to run Parseable in local storage mode with Docker. +Get started with Parseable Docker with a single command: ```bash docker run -p 8000:8000 \ @@ -37,24 +37,6 @@ docker run -p 8000:8000 \ parseable local-store ``` -Once this runs successfully, you'll see dashboard at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`. - -To ingest data, run the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard. - -```bash -curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ ---header 'X-P-Stream: demo' \ ---header 'Authorization: Basic YWRtaW46YWRtaW4=' \ ---header 'Content-Type: application/json' \ ---data-raw '[ - { - "id": "434a5f5e-2f5f-11ed-a261-0242ac120002", - "datetime": "24/Jun/2022:14:12:15 +0000", - "host": "153.10.110.81" - } -]' -``` -
-You can download and run the Parseable binary on your laptop. +Download and run the Parseable binary on your laptop: - Linux or MacOS @@ -76,9 +58,12 @@ curl -fsSL https://logg.ing/install | bash powershell -c "irm https://logg.ing/install-windows | iex" ``` -Once this runs successfully, you'll see dashboard at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`. +
+ + +### Ingestion and query -To ingest data, run the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard. +Once you have Parseable running, ingest data with the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard. ```bash curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ @@ -94,16 +79,24 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ ]' ``` - - +Access the Parseable UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`. + +## Getting started :bulb: + +For quickstart, refer the [quickstart section ↗︎](#quickstart-zap). + +This section elaborates available options to run Parseable in production or development environments. + +- Distributed Parseable on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm). +- Distributed Parseable on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server). ## Features :rocket: - [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/concepts/distributed-architecture) - [Local cache ↗︎](https://www.parseable.com/docs/features/tiering) -- [Alerts ↗︎](https://www.parseable.io/docs/alerts) -- [Role based access control ↗︎](https://www.parseable.io/docs/rbac) -- [OAuth2 support ↗︎](https://www.parseable.io/docs/oidc) +- [Alerts ↗︎](https://www.parseable.com/docs/alerts) +- [Role based access control ↗︎](https://www.parseable.com/docs/rbac) +- [OAuth2 support ↗︎](https://www.parseable.com/docs/oidc) - [LLM integration ↗︎](https://www.parseable.com/docs/integrations/llm-based-sql-generation) - [OpenTelemetry support ↗︎](https://www.parseable.com/docs/opentelemetry) @@ -121,14 +114,14 @@ Traditionally, logging has been seen as a text search problem. Log volumes were But with log data growing exponentially, today's log data challenges involve whole lot more – Data ingestion, storage, and observation, all at scale. We are building Parseable to address these challenges. -## Verify Image Build Provenance Attestation -All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command: +## Verify images :writing_hand: + +Parseable builds are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command: ```sh gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable ``` - ## Contributing :trophy: diff --git a/helm-releases/parseable-1.6.5.tgz b/helm-releases/parseable-1.6.5.tgz new file mode 100644 index 000000000..e6b64f6fa Binary files /dev/null and b/helm-releases/parseable-1.6.5.tgz differ diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9a10ec40b..380812498 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: parseable description: Helm chart for Parseable Server type: application -version: 1.6.4 +version: 1.6.5 appVersion: "v1.6.3" maintainers: - name: Parseable Team diff --git a/index.yaml b/index.yaml index 91b3cc796..75269f88f 100644 --- a/index.yaml +++ b/index.yaml @@ -34,7 +34,30 @@ entries: parseable: - apiVersion: v2 appVersion: v1.6.3 - created: "2024-12-10T17:20:03.444421031-05:00" + created: "2024-12-15T18:14:19.977159629+05:30" + dependencies: + - condition: vector.enabled + name: vector + repository: https://helm.vector.dev + version: 0.20.1 + - condition: fluent-bit.enabled + name: fluent-bit + repository: https://fluent.github.io/helm-charts + version: 0.48.0 + description: Helm chart for Parseable Server + digest: 7bd0e560f428878be2c5c3dd4a8a1fd380649ed5160e72afdf426b71d37bd841 + maintainers: + - email: hi@parseable.com + name: Parseable Team + url: https://parseable.com + name: parseable + type: application + urls: + - https://charts.parseable.com/helm-releases/parseable-1.6.5.tgz + version: 1.6.5 + - apiVersion: v2 + appVersion: v1.6.3 + created: "2024-12-15T18:14:19.968797777+05:30" dependencies: - condition: vector.enabled name: vector @@ -57,7 +80,7 @@ entries: version: 1.6.4 - apiVersion: v2 appVersion: v1.6.3 - created: "2024-12-10T17:20:03.43821683-05:00" + created: "2024-12-15T18:14:19.962353694+05:30" dependencies: - condition: vector.enabled name: vector @@ -80,7 +103,7 @@ entries: version: 1.6.3 - apiVersion: v2 appVersion: v1.6.2 - created: "2024-12-10T17:20:03.431215144-05:00" + created: "2024-12-15T18:14:19.954715211+05:30" dependencies: - condition: vector.enabled name: vector @@ -103,7 +126,7 @@ entries: version: 1.6.2 - apiVersion: v2 appVersion: v1.6.1 - created: "2024-12-10T17:20:03.423805201-05:00" + created: "2024-12-15T18:14:19.948184193+05:30" dependencies: - condition: vector.enabled name: vector @@ -126,7 +149,7 @@ entries: version: 1.6.1 - apiVersion: v2 appVersion: v1.6.0 - created: "2024-12-10T17:20:03.413613355-05:00" + created: "2024-12-15T18:14:19.940966472+05:30" dependencies: - condition: vector.enabled name: vector @@ -149,7 +172,7 @@ entries: version: 1.6.0 - apiVersion: v2 appVersion: v1.5.5 - created: "2024-12-10T17:20:03.405348908-05:00" + created: "2024-12-15T18:14:19.93198206+05:30" dependencies: - condition: vector.enabled name: vector @@ -172,7 +195,7 @@ entries: version: 1.5.5 - apiVersion: v2 appVersion: v1.5.4 - created: "2024-12-10T17:20:03.398094402-05:00" + created: "2024-12-15T18:14:19.924779676+05:30" dependencies: - condition: vector.enabled name: vector @@ -195,7 +218,7 @@ entries: version: 1.5.4 - apiVersion: v2 appVersion: v1.5.3 - created: "2024-12-10T17:20:03.388977285-05:00" + created: "2024-12-15T18:14:19.917384454+05:30" dependencies: - condition: vector.enabled name: vector @@ -218,7 +241,7 @@ entries: version: 1.5.3 - apiVersion: v2 appVersion: v1.5.2 - created: "2024-12-10T17:20:03.381112937-05:00" + created: "2024-12-15T18:14:19.908692838+05:30" dependencies: - condition: vector.enabled name: vector @@ -241,7 +264,7 @@ entries: version: 1.5.2 - apiVersion: v2 appVersion: v1.5.1 - created: "2024-12-10T17:20:03.37177663-05:00" + created: "2024-12-15T18:14:19.901339494+05:30" dependencies: - condition: vector.enabled name: vector @@ -264,7 +287,7 @@ entries: version: 1.5.1 - apiVersion: v2 appVersion: v1.5.0 - created: "2024-12-10T17:20:03.36164978-05:00" + created: "2024-12-15T18:14:19.892778427+05:30" dependencies: - condition: vector.enabled name: vector @@ -287,7 +310,7 @@ entries: version: 1.5.0 - apiVersion: v2 appVersion: v1.4.0 - created: "2024-12-10T17:20:03.35310657-05:00" + created: "2024-12-15T18:14:19.886309007+05:30" dependencies: - condition: vector.enabled name: vector @@ -310,7 +333,7 @@ entries: version: 1.4.1 - apiVersion: v2 appVersion: v1.4.0 - created: "2024-12-10T17:20:03.343252346-05:00" + created: "2024-12-15T18:14:19.880299276+05:30" dependencies: - condition: vector.enabled name: vector @@ -333,7 +356,7 @@ entries: version: 1.4.0 - apiVersion: v2 appVersion: v1.3.0 - created: "2024-12-10T17:20:03.333842856-05:00" + created: "2024-12-15T18:14:19.873325217+05:30" dependencies: - condition: vector.enabled name: vector @@ -356,7 +379,7 @@ entries: version: 1.3.1 - apiVersion: v2 appVersion: v1.3.0 - created: "2024-12-10T17:20:03.327182676-05:00" + created: "2024-12-15T18:14:19.867639875+05:30" dependencies: - condition: vector.enabled name: vector @@ -379,7 +402,7 @@ entries: version: 1.3.0 - apiVersion: v2 appVersion: v1.2.0 - created: "2024-12-10T17:20:03.319091016-05:00" + created: "2024-12-15T18:14:19.861589232+05:30" dependencies: - condition: vector.enabled name: vector @@ -402,7 +425,7 @@ entries: version: 1.2.0 - apiVersion: v2 appVersion: v1.1.0 - created: "2024-12-10T17:20:03.31333821-05:00" + created: "2024-12-15T18:14:19.855397025+05:30" dependencies: - condition: vector.enabled name: vector @@ -425,7 +448,7 @@ entries: version: 1.1.0 - apiVersion: v2 appVersion: v1.0.0 - created: "2024-12-10T17:20:03.307173302-05:00" + created: "2024-12-15T18:14:19.849986459+05:30" dependencies: - condition: vector.enabled name: vector @@ -448,7 +471,7 @@ entries: version: 1.0.0 - apiVersion: v2 appVersion: v0.9.0 - created: "2024-12-10T17:20:03.300297326-05:00" + created: "2024-12-15T18:14:19.844288227+05:30" dependencies: - condition: vector.enabled name: vector @@ -471,7 +494,7 @@ entries: version: 0.9.0 - apiVersion: v2 appVersion: v0.8.1 - created: "2024-12-10T17:20:03.293880211-05:00" + created: "2024-12-15T18:14:19.838087863+05:30" dependencies: - condition: vector.enabled name: vector @@ -494,7 +517,7 @@ entries: version: 0.8.1 - apiVersion: v2 appVersion: v0.8.0 - created: "2024-12-10T17:20:03.286818525-05:00" + created: "2024-12-15T18:14:19.832958596+05:30" dependencies: - condition: vector.enabled name: vector @@ -517,7 +540,7 @@ entries: version: 0.8.0 - apiVersion: v2 appVersion: v0.7.3 - created: "2024-12-10T17:20:03.279285163-05:00" + created: "2024-12-15T18:14:19.827460215+05:30" dependencies: - condition: vector.enabled name: vector @@ -540,7 +563,7 @@ entries: version: 0.7.3 - apiVersion: v2 appVersion: v0.7.2 - created: "2024-12-10T17:20:03.273058112-05:00" + created: "2024-12-15T18:14:19.821030744+05:30" dependencies: - condition: vector.enabled name: vector @@ -563,7 +586,7 @@ entries: version: 0.7.2 - apiVersion: v2 appVersion: v0.7.1 - created: "2024-12-10T17:20:03.266578799-05:00" + created: "2024-12-15T18:14:19.815637593+05:30" dependencies: - condition: vector.enabled name: vector @@ -586,7 +609,7 @@ entries: version: 0.7.1 - apiVersion: v2 appVersion: v0.7.0 - created: "2024-12-10T17:20:03.260042386-05:00" + created: "2024-12-15T18:14:19.81004892+05:30" dependencies: - condition: vector.enabled name: vector @@ -609,7 +632,7 @@ entries: version: 0.7.0 - apiVersion: v2 appVersion: v0.6.2 - created: "2024-12-10T17:20:03.255083174-05:00" + created: "2024-12-15T18:14:19.802774268+05:30" dependencies: - condition: vector.enabled name: vector @@ -632,7 +655,7 @@ entries: version: 0.6.2 - apiVersion: v2 appVersion: v0.6.1 - created: "2024-12-10T17:20:03.249083724-05:00" + created: "2024-12-15T18:14:19.797296652+05:30" dependencies: - condition: vector.enabled name: vector @@ -655,7 +678,7 @@ entries: version: 0.6.1 - apiVersion: v2 appVersion: v0.6.0 - created: "2024-12-10T17:20:03.240792003-05:00" + created: "2024-12-15T18:14:19.790227231+05:30" dependencies: - condition: vector.enabled name: vector @@ -678,7 +701,7 @@ entries: version: 0.6.0 - apiVersion: v2 appVersion: v0.5.1 - created: "2024-12-10T17:20:03.23396611-05:00" + created: "2024-12-15T18:14:19.784317744+05:30" dependencies: - condition: vector.enabled name: vector @@ -701,7 +724,7 @@ entries: version: 0.5.1 - apiVersion: v2 appVersion: v0.5.0 - created: "2024-12-10T17:20:03.226693392-05:00" + created: "2024-12-15T18:14:19.777983292+05:30" dependencies: - condition: vector.enabled name: vector @@ -724,7 +747,7 @@ entries: version: 0.5.0 - apiVersion: v2 appVersion: v0.4.4 - created: "2024-12-10T17:20:03.218278363-05:00" + created: "2024-12-15T18:14:19.770296487+05:30" dependencies: - condition: vector.enabled name: vector @@ -747,7 +770,7 @@ entries: version: 0.4.5 - apiVersion: v2 appVersion: v0.4.3 - created: "2024-12-10T17:20:03.2118222-05:00" + created: "2024-12-15T18:14:19.764747515+05:30" dependencies: - condition: vector.enabled name: vector @@ -770,7 +793,7 @@ entries: version: 0.4.4 - apiVersion: v2 appVersion: v0.4.2 - created: "2024-12-10T17:20:03.205428913-05:00" + created: "2024-12-15T18:14:19.759423257+05:30" dependencies: - condition: vector.enabled name: vector @@ -793,7 +816,7 @@ entries: version: 0.4.3 - apiVersion: v2 appVersion: v0.4.1 - created: "2024-12-10T17:20:03.198395504-05:00" + created: "2024-12-15T18:14:19.753195974+05:30" dependencies: - condition: vector.enabled name: vector @@ -816,7 +839,7 @@ entries: version: 0.4.2 - apiVersion: v2 appVersion: v0.4.0 - created: "2024-12-10T17:20:03.193193538-05:00" + created: "2024-12-15T18:14:19.747031152+05:30" dependencies: - condition: vector.enabled name: vector @@ -839,7 +862,7 @@ entries: version: 0.4.1 - apiVersion: v2 appVersion: v0.4.0 - created: "2024-12-10T17:20:03.186780127-05:00" + created: "2024-12-15T18:14:19.74018158+05:30" dependencies: - condition: vector.enabled name: vector @@ -862,7 +885,7 @@ entries: version: 0.4.0 - apiVersion: v2 appVersion: v0.3.1 - created: "2024-12-10T17:20:03.1792561-05:00" + created: "2024-12-15T18:14:19.731168434+05:30" dependencies: - condition: vector.enabled name: vector @@ -885,7 +908,7 @@ entries: version: 0.3.1 - apiVersion: v2 appVersion: v0.3.0 - created: "2024-12-10T17:20:03.172715307-05:00" + created: "2024-12-15T18:14:19.725545567+05:30" description: Helm chart for Parseable Server digest: ff30739229b727dc637f62fd4481c886a6080ce4556bae10cafe7642ddcfd937 name: parseable @@ -895,7 +918,7 @@ entries: version: 0.3.0 - apiVersion: v2 appVersion: v0.2.2 - created: "2024-12-10T17:20:03.171609995-05:00" + created: "2024-12-15T18:14:19.725077487+05:30" description: Helm chart for Parseable Server digest: 477d0dc2f0c07d4f4c32e105d4bdd70c71113add5c2a75ac5f1cb42aa0276db7 name: parseable @@ -905,7 +928,7 @@ entries: version: 0.2.2 - apiVersion: v2 appVersion: v0.2.1 - created: "2024-12-10T17:20:03.170694187-05:00" + created: "2024-12-15T18:14:19.724624666+05:30" description: Helm chart for Parseable Server digest: 84826fcd1b4c579f301569f43b0309c07e8082bad76f5cdd25f86e86ca2e8192 name: parseable @@ -915,7 +938,7 @@ entries: version: 0.2.1 - apiVersion: v2 appVersion: v0.2.0 - created: "2024-12-10T17:20:03.169740636-05:00" + created: "2024-12-15T18:14:19.724223348+05:30" description: Helm chart for Parseable Server digest: 7a759f7f9809f3935cba685e904c021a0b645f217f4e45b9be185900c467edff name: parseable @@ -925,7 +948,7 @@ entries: version: 0.2.0 - apiVersion: v2 appVersion: v0.1.1 - created: "2024-12-10T17:20:03.168898001-05:00" + created: "2024-12-15T18:14:19.72382388+05:30" description: Helm chart for Parseable Server digest: 37993cf392f662ec7b1fbfc9a2ba00ec906d98723e38f3c91ff1daca97c3d0b3 name: parseable @@ -935,7 +958,7 @@ entries: version: 0.1.1 - apiVersion: v2 appVersion: v0.1.0 - created: "2024-12-10T17:20:03.168067728-05:00" + created: "2024-12-15T18:14:19.723403958+05:30" description: Helm chart for Parseable Server digest: 1d580d072af8d6b1ebcbfee31c2e16c907d08db754780f913b5f0032b403789b name: parseable @@ -945,7 +968,7 @@ entries: version: 0.1.0 - apiVersion: v2 appVersion: v0.0.8 - created: "2024-12-10T17:20:03.16722528-05:00" + created: "2024-12-15T18:14:19.723003683+05:30" description: Helm chart for Parseable Server digest: c805254ffa634f96ecec448bcfff9973339aa9487dd8199b21b17b79a4de9345 name: parseable @@ -955,7 +978,7 @@ entries: version: 0.0.8 - apiVersion: v2 appVersion: v0.0.7 - created: "2024-12-10T17:20:03.166440181-05:00" + created: "2024-12-15T18:14:19.722626848+05:30" description: Helm chart for Parseable Server digest: c591f617ed1fe820bb2c72a4c976a78126f1d1095d552daa07c4700f46c4708a name: parseable @@ -965,7 +988,7 @@ entries: version: 0.0.7 - apiVersion: v2 appVersion: v0.0.6 - created: "2024-12-10T17:20:03.165555386-05:00" + created: "2024-12-15T18:14:19.722230056+05:30" description: Helm chart for Parseable Server digest: f9ae56a6fcd6a59e7bee0436200ddbedeb74ade6073deb435b8fcbaf08dda795 name: parseable @@ -975,7 +998,7 @@ entries: version: 0.0.6 - apiVersion: v2 appVersion: v0.0.5 - created: "2024-12-10T17:20:03.164686292-05:00" + created: "2024-12-15T18:14:19.721830386+05:30" description: Helm chart for Parseable Server digest: 4d6b08a064fba36e16feeb820b77e1e8e60fb6de48dbf7ec8410d03d10c26ad0 name: parseable @@ -985,7 +1008,7 @@ entries: version: 0.0.5 - apiVersion: v2 appVersion: v0.0.2 - created: "2024-12-10T17:20:03.163857934-05:00" + created: "2024-12-15T18:14:19.721418099+05:30" description: Helm chart for Parseable Server digest: 38a0a3e4c498afbbcc76ebfcb9cb598fa2ca843a53cc93b3cb4f135b85c10844 name: parseable @@ -995,7 +1018,7 @@ entries: version: 0.0.2 - apiVersion: v2 appVersion: v0.0.1 - created: "2024-12-10T17:20:03.162050391-05:00" + created: "2024-12-15T18:14:19.720992756+05:30" description: Helm chart for Parseable Server digest: 1f1142db092b9620ee38bb2294ccbb1c17f807b33bf56da43816af7fe89f301e name: parseable @@ -1024,4 +1047,4 @@ entries: urls: - https://charts.parseable.io/helm-releases/parseable-operator-0.0.1.tgz version: 0.0.1 -generated: "2024-12-10T17:20:03.161183816-05:00" +generated: "2024-12-15T18:14:19.720364286+05:30"