Skip to content

Commit 34330ea

Browse files
committed
update
1 parent 65040e5 commit 34330ea

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.pa
2525

2626
## QuickStart :zap:
2727

28+
### Run Parseable
29+
2830
<details>
2931
<summary><a href="https://www.parseable.com/docs/docker-quick-start">Docker Image</a></summary>
3032
<p>
@@ -61,7 +63,7 @@ powershell -c "irm https://logg.ing/install-windows | iex"
6163
</p>
6264
</details>
6365

64-
### Ingest Data
66+
### Ingest & Query Data
6567

6668
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.
6769

@@ -105,14 +107,14 @@ Traditionally, logging has been seen as a text search problem. Log volumes were
105107

106108
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.
107109

108-
## Verify Image Build Provenance Attestation
109-
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:
110+
## Verify Image Build Provenance Attestation :writing_hand:
111+
112+
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:
110113

111114
```sh
112115
gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable
113116
```
114117

115-
116118
## Contributing :trophy:
117119

118120
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>

0 commit comments

Comments
 (0)