How do find data, in opensearch desktop, written to index in opensearch desktop?

Version

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
“version” : {
“distribution” : “opensearch”,
“number” : “1.2.3”,
“build_type” : “tar”,
“build_hash” : “8a529d77c7432bc45b005ac1c4ba3b2741b57d4a”,
“build_date” : “2021-12-21T01:36:21.407473Z”,
“build_snapshot” : false,
“lucene_version” : “8.10.1”,
“minimum_wire_compatibility_version” : “6.8.0”,
“minimum_index_compatibility_version” : “6.0.0-beta1”
},
“tagline” : “The OpenSearch Project: https://opensearch.org/

Issue

We have pushed some data to it.

companyurl/tse-scf-2023-08/_doc/OWZBv4kBsNR2prNmnDaw

{“_index”:“tse-scf-2023-08”,“_type”:“_doc”,“_id”:“OWZBv4kBsNR2prNmnDaw”,“_version”:1,“_seq_no”:6,“_primary_term”:1,“found”:true,“_source”:{“tse-user-name”:“ebedkam”,“tse-os-name”:“Linux”,“tse-os-version”:“3.10.0-1127.8.2.el7.x86_64”,“tse-java-compile-version”:“Java SE 11”,“tse-java-runtime-version”:“17.0.6”,“tse-test-execution-start”:“2023-08-04T06:34:45.546074134Z”,“tse-test-execution-end”:“2023-08-04T06:34:55.492248010Z”,“tse-test-execution-duration”:9946,“stp-id”:“SELIBSP026_STP3”}}

We have opened our OpenSearch Desktop and when we search for the index:

image

We only see the request sent with:

audit_rest_request_params.index

audit_rest_request_path

But not not the actual index and it’s data.

Any hints why we cannot see it?`

br,

//mikael

@eraonel How did you ingest the data into OpenSearch?

Could you share the output of the below API?

curl --insecure -u admin:admin https://<OpenSearch_node_IP_or_FQDN>:9200/_cat/indices