Questions tagged [opensearch-dashboards]
95 questions
1
vote
0 answers
Auto Authentication in Embedded link (AWS Opensearch)
I have hosted AWS OpenSearch(ELK) and with that Kibana also get hosted. So I have created a dashboard in Kibana where I get the embedded link and insert it to my HTML code. It ask me to login Everytime.
If I host a EC2 instance and install Nginx in…

xyz xyz
- 11
- 1
0
votes
0 answers
Filters in the url are ovewritten by default state of the Security events Dashboard in Wazuh Elastic
I have a table in my Opensearch Dashboard. Also, I have Dashboard in Wazuh, integrated in Elastic. Wazuh is like a security application with its built-in dashboards of different categories.
I need to create an url for the table field: agent.name. It…

Aigerim
- 23
- 3
0
votes
0 answers
Anonymous User access to Amazon opensearch Dashboard
I have created a public facing Opensearch domain.
When i created this domain, I was able to access and open the dashboard and also execute commands using the Dev tools. I used the Master user name and password to authenticate.
However now when i try…

Gaurav Parashar
- 1,347
- 2
- 19
- 21
0
votes
1 answer
How to connect opensearch dashboard to elasticsearch cluster?
I am trying to connect opensearch dashboard to elasticsearch cluster to replace kibana inorder to use ldap, Is there a way to achieve this?
I tried connecting to elasticsearch from opensearch dashboard but i was getting incompatible issues
This…
0
votes
0 answers
How to create dynamic title that changes on filter in Markdown using Handlebars (mustache)?
I am currently using OpenSearch visualization, type TVSB. I have a title ex: Motors Limited in the markdown section. I want the title to be changed every time when I apply a filter to the dashboards. This visualization is a part of the dashboards.…

Aigerim
- 23
- 3
0
votes
0 answers
Problem to Connect Open Search dashboard and Get logs status
I am trying to connect with open search dashboard and try to group all the logs hits on the basis of Internal team , exteranal team and client users . i wanted what filters should i use to discriminate among them . plus most importantly . How to get…
0
votes
1 answer
Fluentd - turn log message string into searchable fields
I have been trying to transform application log messages into searchable fields in OpenSearch Dashboards(Kibana).
For example, this log entry:
2023-06-20T05:59:59.568967474Z stdout F {"level":"INFO","timestamp":"2023-06-20…

Kaio H. Cunha
- 211
- 2
- 10
0
votes
0 answers
Opensearch Dashboards Visualization order by sub-aggregation
We are trying to build a vertical stacked bar chart in Opensearch Dashboards (2.7) and we are encountering problems when sorting it.
The graph represents, for each of the accounts of our infrastructure, the percentage of elements with the agent…

MarioDRD
- 1
0
votes
0 answers
is there any way to create spaces in opensearch
I am using the OpenSearch tool.
is there any way to create a space for one user?
in Kibana I am using this API :
curl -X POST "https://xxxxxxx.dev/api/spaces/space" -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -d'
{
"id": "marketing",
…

Alihossein shahabi
- 4,034
- 2
- 33
- 53
0
votes
0 answers
Can OpenSearch dashboard shown in my web app
I was working with OpenSearch dashboard where I could able to generate some visualizations and show up in the dashboard.
I found an option to export dashboard as the "Embedded code" or "Permalinks".
My interest is if I could pull the that code from…

Harish Alwala
- 142
- 1
- 1
- 9
0
votes
0 answers
OpenSearch Dashboard: Normalize By Unit - How to achieve this aggregation similar to ELK
I am creating a chart where X axies has time histogram and on Y axies I want to plot different lines per API indicating requests / min hits for that particular API. I created this in ELK using tis technique shown in the attached diagram. But not…

Atul
- 125
- 1
- 2
- 6
0
votes
0 answers
Run opensearch DQL with subquery
I have data similar to follwing example in OpenSearch
version message
1 message_1
2 message_1
2 message_2
I would like to search for messages that are exclusively on version two only. How do I do it? I tried with workbeach SQL…

human-without-a-name
- 21
- 1
0
votes
2 answers
Ingest data from OpenTelemetry in Jaeger GUI
Our developers are using OLTP protocol to sent tracing data to OpenSearch and ingest them via Observability plugin in OpenSearch Dashboards.
I am investigating if it is possible to analyze this data in Jaeger GUI as well. My goal is to instruct…

Adavan
- 63
- 2
- 6
0
votes
1 answer
NGINX - using a web app's port number bypasses my NGINX config
I am running an 'Opensearch Dashboards' server (it's a free fork of Kibana). Opensearch Dashboards runs on port 5601 ('https://myopensearchserver:5601').
I have the below NGINX config that allows me to access the application via…

jaboo
- 1
- 3
0
votes
0 answers
Opensearch/elastic reindex api makes new index bigger than the source one. Why?
I made a new index with the same mapping as the old one and reindex all data.
New index became slightly bigger in regards to taken disk space than the source one. Can anyone explain why?
Though Deleted documents count was 0 in a new index, total…

Shambala
- 74
- 7