Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Error when retrieving audits #4

@ibrunotome

Description

@ibrunotome

Hi, the write into elasticsearch works good, but when I try to retrieve the audits like in your readme I got this:

    "message": "{\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"field name is null or empty\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"field name is null or empty\"},\"status\":400}",
    "exception": "Elasticsearch\\Common\\Exceptions\\BadRequest400Exception",
    "file": "/var/www/app/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php",
    "line": 615,

This field name null or empty is on the audits driver code or something like? because my User model has a name and it goes to the elasticsearch as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions