You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, the write into elasticsearch works good, but when I try to retrieve the audits like in your readme I got this:
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.
The text was updated successfully, but these errors were encountered: