python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to enrich documents in index in kibana/opensearch?
Let's say I have pretty simple event-centric index:
{
event: 'name',
timestamp: 12345,
user: 'some-id'
}
I have "registration" event, and want to enrich all events from this user with...
Aleksander Chubarov
Votes: 0
Answers: 0
is there any way to change datatype of index field once data has been pushed?
i want to change the datatype of one field in my opensearch index from long to string. Is there any way to do so. I have already pushed data in that index so it is not empty.
Yash Mathur
Votes: 0
Answers: 1
Failed Index rollover : Index management policy in AWS Opensearch
I have an index management policy defined in my AWS Opensearch cluster to rollover indices when the index size >= 10GB. Below is the policy:
{
"policy_id": "example_policy",...
Coder
Votes: 0
Answers: 0
No permission for custom backend role in Opensearch dashboard (kibana)
I have opensearch running and keycloak as oidc provider and I get this 403 error after login to opensearch:
{"statusCode":403,"error":"Forbidden","message":&quo...
Amirk
Votes: 0
Answers: 1