Skip to content

Commit

Permalink
Fix examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Feb 14, 2020
1 parent ef08564 commit d2c5059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ install it using the CLI.
For instance if you wanted to install an AccessLog parser you could use.

```bash
humio parsers install accesslog
humioctl parsers install accesslog
```

This would install the parser at: `humio/comminity/parsers/accesslog/default.yaml`.
Since log formats can vary slightly you can install one of the other variations:

```bash
humio parsers install accesslog/utc
humioctl parsers install accesslog/utc
```

Which would install the `humio/comminity/parsers/accesslog/utc.yaml` parser.
Expand Down

0 comments on commit d2c5059

Please sign in to comment.