Skip to content

Commit

Permalink
stream-processing: add samples from legacy website (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@calyptia.com>
  • Loading branch information
patrick-stephens committed Feb 17, 2023
1 parent 37b4777 commit d1c0702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stream-processing/getting-started/hands-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The following tutorial requires the following software components:
* [Fluent Bit](https://fluentbit.io) &gt;= v1.2.0
* [Docker Engine](https://www.docker.com/products/docker-engine) \(not mandatory if you already have Fluent Bit binary installed in your system\)

In addition download the following data [sample file](../samples/sp-samples-1k.log) \(130KB\).
In addition download the following data [sample file](https://raw.githubusercontent.com/fluent/fluent-bit-docs/37b477786d6e28eb223e08611c26ec93671a34ac/stream-processing/samples/sp-samples-1k.log) \(130KB\).

## Stream Processing using the command line

For all next steps we will run Fluent Bit from the command line, and for simplicity we will use the official Docker image.

### 1. Fluent Bit version:
### 1. Fluent Bit version

```bash
$ docker run -ti fluent/fluent-bit:1.4 /fluent-bit/bin/fluent-bit --version
Expand Down

0 comments on commit d1c0702

Please sign in to comment.