Skip to content

kh3ra/opensearch-testutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Create venv
python3 -m venv venv

# Activate venv
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

# Start new session
tmux new -s opensearch

# Detach: Ctrl + b, d
# Attach: tmux attach -t opensearch-test
Example: 
	curl -XGET "localhost:9200/_cat/shards" | python3 check_skew.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages