Skip to content

Commit 98eb234

Browse files
authored
Merge pull request #18 from aerickson/master
adding troubleshooting section
2 parents 0a8b53d + 0b725bc commit 98eb234

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ You'll need to ensure that the environment in which the fluentd plugin runs has
126126
}
127127
```
128128

129+
## Troubleshooting
130+
131+
* "Elasticsearch::Transport::Transport::Errors::Forbidden" error="[403]" even after verifying the access keys/roles/policies.
132+
* Ensure you don't have a trailing slash on the endpoint URL in your fluentd configuration file (see CLUSTER_ENDPOINT_URL above).
133+
134+
* "ElasticsearchIllegalArgumentException[explicit index in bulk is not allowed]"
135+
* Check that `rest.action.multi.allow_explicit` is set true on your Amazon ES domain (verify in the console - there's a bug in Terraform, https://github.com/hashicorp/terraform/issues/3980).
136+
129137
## Development
130138

131139
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)