Skip to content

Compatibility and status of project #171

@dennismende

Description

@dennismende

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:

  1. Configuring $searchable, $documentType, $documentIndex on a model
  2. Creating a mapping for this model
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions