-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Hi everyone,
we are using Laravel 5.4.* together with plastic:latest and Elasticsearch 5.6.10 but we receive errors for every single command that we execute.
What we did so far is:
- Configuring $searchable, $documentType, $documentIndex on a model
- Creating a mapping for this model
- Configuring an index in the plastic conf for the model
Now if we try to execute php artisan mapping:run we get the error:
{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for REST request [/product/product/_mapping]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authen
tication token for REST request [/product/product/_mapping]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}
If we try to execute php artisan plastic:populate --index=product we get the following error:
[Elasticsearch\Common\Exceptions\BadRequest400Exception (401)]
The status of the Elasticsearch cluster is the following:
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
1533124324 11:52:04 test-cluster yellow 1 1 5 5 0 0 5 0 - 50.0%
What are the current compatibilities of this package?
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels