Skip to content

Add index mode to resolve index response.#132858

Merged
seanzatzdev merged 11 commits intoelastic:mainfrom
seanzatzdev:feature/resolve-add-index
Aug 18, 2025
Merged

Add index mode to resolve index response.#132858
seanzatzdev merged 11 commits intoelastic:mainfrom
seanzatzdev:feature/resolve-add-index

Conversation

@seanzatzdev
Copy link
Contributor

This PR adds the index mode in the resolve index action response, and resolves this issue: #110382

e.g.

{
    "indices": [
        {
            "name": "blogs",
            "attributes": [
                "open"
            ],
            "mode": "standard"
        }
    ],
    "aliases": [],
    "data_streams": []
}
@seanzatzdev seanzatzdev self-assigned this Aug 14, 2025
@seanzatzdev seanzatzdev added :Data Management/Indices APIs DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead. Team:Data Management (obsolete) DO NOT USE. This team no longer exists. labels Aug 14, 2025
@seanzatzdev seanzatzdev marked this pull request as ready for review August 14, 2025 13:24
@seanzatzdev seanzatzdev requested a review from masseyke August 14, 2025 13:24
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine
Copy link
Collaborator

Hi @seanzatzdev, I've created a changelog YAML for you.

Copy link
Member

@masseyke masseyke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a couple of comments, but it look good to me.

@seanzatzdev seanzatzdev enabled auto-merge (squash) August 15, 2025 21:35
@seanzatzdev seanzatzdev merged commit 008cdd5 into elastic:main Aug 18, 2025
35 checks passed
@seanzatzdev seanzatzdev deleted the feature/resolve-add-index branch August 18, 2025 14:10
rjernst pushed a commit to rjernst/elasticsearch that referenced this pull request Aug 18, 2025
* Add index mode to resolve index response.

* Add yaml rest test

* Update docs/changelog/132858.yaml

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Data Management/Indices APIs DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead. >feature Team:Data Management (obsolete) DO NOT USE. This team no longer exists. v9.2.0

3 participants