Skip to content

Commit

Permalink
Update README.md fix path typo (#253)
Browse files Browse the repository at this point in the history
Missing /usr/share/logstash/ in the last command

Signed-off-by: Yohann Fabri <[email protected]>
  • Loading branch information
YoranSys authored May 13, 2024
1 parent f45b8c7 commit 4221dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Starting in 2.0.0, the aws sdk version is bumped to v3. In order for all other A
/usr/share/logstash/bin/logstash-plugin remove logstash-output-cloudwatch
/usr/share/logstash/bin/logstash-plugin install --version 0.1.0.pre logstash-integration-aws
bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
/usr/share/logstash/bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
```
## ECS Compatibility
[Elastic Common Schema(ECS)](https://www.elastic.co/guide/en/ecs/current/index.html]) compatibility for V8 was added in 1.3.0. For more details on ECS support refer to this [documentation](docs/ecs_compatibility.md).
Expand Down

0 comments on commit 4221dff

Please sign in to comment.