Skip to content

[DOCUMENTATION] Information on obtaining the json in opensearch_dashboard_object body #278

Description

@fajoweianfkl

Given that OpenSearch exports dashboards as .ndjsons that are not the same as the JSON required by opensearch_dashboard_object, it would be helpful to add a description of where the provided JSON structures come from. An example GET request would be helpful, too, such as

GET /.kibana*/_search { "size": 1000, "query": { "term": { "type": "dashboard" } } }

or

GET /.kibana*/_search { "size": 1000, "query": { "term": { "type": "visualization" } } }

And an explanation of what is happening with the "hits" array from the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions