You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/lib/python3.8/site-packages/eland/operations.py:1649: DeprecationWarning: The 'body' parameter is deprecated for the 'search' API and will be removed in a future version. Instead use API parameters directly. See elastic/elasticsearch-py#1698 for more information
resp = client.search(body=body)
Please use es.search(query={...}) instead of es.search(body={"query": {...}}) according to elastic/elasticsearch-py#1698.