Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

connect elasticsearch cloud with python terminal

# allow up to 25 connections to each node
es = Elasticsearch(["host1", "host2"], maxsize=25)
Source by elasticsearch-py.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #connect #elasticsearch #cloud #python #terminal
ADD COMMENT
Topic
Name
8+9 =