Skip to content

Commit 4221dff

Browse files
authored
Update README.md fix path typo (#253)
Missing /usr/share/logstash/ in the last command Signed-off-by: Yohann Fabri <11197007+YoranSys@users.noreply.github.com>
1 parent f45b8c7 commit 4221dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Starting in 2.0.0, the aws sdk version is bumped to v3. In order for all other A
110110
/usr/share/logstash/bin/logstash-plugin remove logstash-output-cloudwatch
111111
112112
/usr/share/logstash/bin/logstash-plugin install --version 0.1.0.pre logstash-integration-aws
113-
bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
113+
/usr/share/logstash/bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
114114
```
115115
## ECS Compatibility
116116
[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).

0 commit comments

Comments
 (0)