Questions tagged [opensearch-dashboards]
95 questions
0
votes
1 answer
Opensearch transform splitting array values to new events
I'm transforming index that contains following event.
But the values inside of array are splitting into the new events.
e.g:
"serviceIdentifiers": "Redis"
"serviceIdentifiers":"Event_Detector Servicc"
etc.
{
"_index":…

Akshay Kulkarni
- 1
- 1
0
votes
2 answers
OpenSearch Dashboard report downloading errors
Currently have issues with AWS Opensearch dashboard.
Can't download the AWS OpenSearch dashboard as either PDF or PNG
Created Opensearch dashboard and need to download as PDF. After i click the reporting tab next to "EDIT" Generate Reports appears…

johnson
- 379
- 2
- 17
0
votes
1 answer
Opensearch dashboard - Add static content
I have some dashboard where it's necessary to add legends more specific.
Is it possible to add a static image or text in a dinamic dashboard?

michele
- 26,348
- 30
- 111
- 168
0
votes
1 answer
OpenSearch Dashboards with Podman gets the wrong unexposed IP
I have a machine X with a lot of IPs, podman-compose with OpenSearch and OpenSearch Dashboards links the images to the wrong (unexposed) IP. I tried to force the IP but if I do so, podman-compose would break. How can I do so?
I tried to add an IPv4…

Fabio Craig Wimmer Florey
- 481
- 2
- 9
0
votes
1 answer
How to edit AWS OpenSearch Cluster
to change the logo in AWS Opensearch need to edit the opensearch_dashboards.yml file. But where it is located in OpenSearch Cluster?
Went through the different resources and couldn't able to find a way to change the dashboard logo?

johnson
- 379
- 2
- 17
0
votes
0 answers
SAML with Open Search (AWS) giving error "Error while validating SAML response in __PATH__"
After integration SAML (Keycloak) with AWS OpenSearch, getting error:
Error while validating SAML response in __PATH__
Roles are mapped as well. Error Logs and Audit Logs are enabled in CloudWatch but not showing anything other than this.

user3549576
- 99
- 1
- 4
- 17
0
votes
0 answers
How to connect opensearch dashboards to SSO AzureAD
I'm trying to have SSO in opensearch-dashboards via openid to AzureAD.
Overally - there is no need to have an encrypted communication between opensearch and nodes, there is no need to have encrypted communication between dashboards and master pod.…

Gedrex ..
- 11
- 4
0
votes
1 answer
OpenSearch - Anomaly Detector
Context:
There are four fields in my data stream (text), id, userName, loginDateTime, loginGeoLocation. A user shouldn't be allowed to log in from different machines (geoLocation), but they are logging in from multiple machines. Data Stream is…

Shahzad Masud
- 54
- 6
0
votes
0 answers
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 registration date. What's the easiest way to achieve it?
I…
0
votes
1 answer
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
- 111
- 4
- 11
0
votes
0 answers
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",
"description": "Example policy",
"last_updated_time":…

Coder
- 79
- 2
- 9
0
votes
1 answer
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":"no permissions for [indices:data/read/search] and User [name=demo.demo,…

Amirk
- 46
- 6
0
votes
1 answer
Return a link from json API that retrieves all documents containing exact match in OpenSearch Dashboards
I'm trying to return an OpenSearch Dashboards link within a JSON API. That should result in dashboards query that returns all documents within an index that contains an exact match of a value. Let me demonstrate using the following example:
// Query…

Alex
- 715
- 1
- 8
- 29
0
votes
2 answers
ElasticSearch/OpenSearch historical histogram
I'm using ElasticSearch (OpenSearch) to store multiple objects in an index. Each object has a unique ID, creation date and an "amount" field that stores integer value. This "amount" value changes periodically, so I'm updating objects in-place using…

Slava Fomin II
- 26,865
- 29
- 124
- 202
0
votes
1 answer
Kubernetes - Service configuration runs but not exposed
I have an opensearch app which I want to expose via a service so it can communicate with the opensearch-dashboard app I got.
when I open a shell in the pod I see that the opensearch server works properly.
when I run to extract the url :
cat…

yovel cohen
- 267
- 3
- 12