Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 27, 2020 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/3f46adaee555b73b0bbeea1f1feb5b1d to your computer and use it in GitHub Desktop.
Save r-ryantm/3f46adaee555b73b0bbeea1f1feb5b1d to your computer and use it in GitHub Desktop.
/nix/store/qpsyp911gvms5y3rms4vzi264lsnh578-python2.7-elasticsearch-7.9.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── elasticsearch
│   │   ├── _async
│   │   │   ├── client
│   │   │   │   ├── async_search.py
│   │   │   │   ├── autoscaling.py
│   │   │   │   ├── cat.py
│   │   │   │   ├── ccr.py
│   │   │   │   ├── cluster.py
│   │   │   │   ├── dangling_indices.py
│   │   │   │   ├── data_frame.py
│   │   │   │   ├── deprecation.py
│   │   │   │   ├── enrich.py
│   │   │   │   ├── eql.py
│   │   │   │   ├── graph.py
│   │   │   │   ├── ilm.py
│   │   │   │   ├── indices.py
│   │   │   │   ├── ingest.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── license.py
│   │   │   │   ├── migration.py
│   │   │   │   ├── ml.py
│   │   │   │   ├── monitoring.py
│   │   │   │   ├── nodes.py
│   │   │   │   ├── remote.py
│   │   │   │   ├── rollup.py
│   │   │   │   ├── searchable_snapshots.py
│   │   │   │   ├── security.py
│   │   │   │   ├── slm.py
│   │   │   │   ├── snapshot.py
│   │   │   │   ├── sql.py
│   │   │   │   ├── ssl.py
│   │   │   │   ├── tasks.py
│   │   │   │   ├── transform.py
│   │   │   │   ├── utils.py
│   │   │   │   ├── utils.pyc
│   │   │   │   ├── watcher.py
│   │   │   │   └── xpack.py
│   │   │   ├── compat.py
│   │   │   ├── compat.pyc
│   │   │   ├── helpers.py
│   │   │   ├── http_aiohttp.py
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── transport.py
│   │   ├── client
│   │   │   ├── async_search.py
│   │   │   ├── async_search.pyc
│   │   │   ├── autoscaling.py
│   │   │   ├── autoscaling.pyc
│   │   │   ├── cat.py
│   │   │   ├── cat.pyc
│   │   │   ├── ccr.py
│   │   │   ├── ccr.pyc
│   │   │   ├── cluster.py
│   │   │   ├── cluster.pyc
│   │   │   ├── dangling_indices.py
│   │   │   ├── dangling_indices.pyc
│   │   │   ├── data_frame.py
│   │   │   ├── data_frame.pyc
│   │   │   ├── deprecation.py
│   │   │   ├── deprecation.pyc
│   │   │   ├── enrich.py
│   │   │   ├── enrich.pyc
│   │   │   ├── eql.py
│   │   │   ├── eql.pyc
│   │   │   ├── graph.py
│   │   │   ├── graph.pyc
│   │   │   ├── ilm.py
│   │   │   ├── ilm.pyc
│   │   │   ├── indices.py
│   │   │   ├── indices.pyc
│   │   │   ├── ingest.py
│   │   │   ├── ingest.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── license.py
│   │   │   ├── license.pyc
│   │   │   ├── migration.py
│   │   │   ├── migration.pyc
│   │   │   ├── ml.py
│   │   │   ├── ml.pyc
│   │   │   ├── monitoring.py
│   │   │   ├── monitoring.pyc
│   │   │   ├── nodes.py
│   │   │   ├── nodes.pyc
│   │   │   ├── remote.py
│   │   │   ├── remote.pyc
│   │   │   ├── rollup.py
│   │   │   ├── rollup.pyc
│   │   │   ├── searchable_snapshots.py
│   │   │   ├── searchable_snapshots.pyc
│   │   │   ├── security.py
│   │   │   ├── security.pyc
│   │   │   ├── slm.py
│   │   │   ├── slm.pyc
│   │   │   ├── snapshot.py
│   │   │   ├── snapshot.pyc
│   │   │   ├── sql.py
│   │   │   ├── sql.pyc
│   │   │   ├── ssl.py
│   │   │   ├── ssl.pyc
│   │   │   ├── tasks.py
│   │   │   ├── tasks.pyc
│   │   │   ├── transform.py
│   │   │   ├── transform.pyc
│   │   │   ├── utils.py
│   │   │   ├── utils.pyc
│   │   │   ├── watcher.py
│   │   │   ├── watcher.pyc
│   │   │   ├── xpack.py
│   │   │   └── xpack.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── connection
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── http_requests.py
│   │   │   ├── http_requests.pyc
│   │   │   ├── http_urllib3.py
│   │   │   ├── http_urllib3.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── pooling.py
│   │   │   └── pooling.pyc
│   │   ├── connection_pool.py
│   │   ├── connection_pool.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── helpers
│   │   │   ├── actions.py
│   │   │   ├── actions.pyc
│   │   │   ├── errors.py
│   │   │   ├── errors.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test.py
│   │   │   └── test.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── serializer.py
│   │   ├── serializer.pyc
│   │   ├── transport.py
│   │   └── transport.pyc
│   └── elasticsearch-7.9.1.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 146 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment