generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
Creating an Index
section of the user guide is now outdated on main
branch: client.indices.create
now accepts keyword arguments only.
How can one reproduce the bug?
Spin up a new OpenSearch instance, run each step of the user guide.
What is the expected behavior?
Response from created index should be {'acknowledged': True, 'shards_acknowledged': True, 'index': 'test-index'}
What is your host/environment?
- MacBook Pro M1 Pro
- Locally hosted docker container with OpenSearch following this guide
- opensearch-py==3.0.0
Do you have any screenshots?


Do you have any additional context?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working