1 Answer
- Newest
- Most votes
- Most comments
0
Hello, as far as I know OpenSearch does not support _user variable. Find another way to pass the user information via ingestion, for example...
POST /your_index/_doc
{
"user": "user123",
"other_field": "other_value"
}
Relevant content
- asked 2 years ago
- asked 2 years ago
