{ "info": { "author": "Alex Corvin", "author_email": "accorvin@live.com", "bugtrack_url": null, "classifiers": [], "description": "# es-template-manager\nA utility for managing Elasticsearch index templates in source control\n\n# Template Directory\n\nThe utility expects to be passed the path to a directory containing\nElasticsearch index template files. The utility will iterate over each\nfile, using the name of the file as the name of the index template. The\ncontents of each index template file should be a JSON payload defining the\nindex template.\n\n# Usage\n\n```bash\npython es-template-manager.py $ARGUMENTS\n```\n\nRun `python es-template-manager.py -h` to see a full list of arguments.\n\n## Required Arguments\n\n * `--es-hostname`: The Elasticsearch hostname. Do not prefix with http/https\n\n * `--es-port`: The Elasticsearch port number\n\n * `--template-directory`: The path to the directory containing the index\n template files\n\n## Optional Arguments\n\n * `--debug`: Enable debug logging\n\n * `--es-use-ssl`: Use SSL/TLS when connecting to Elasticsearch\n\n * `--es-cacert`: The path to a CA certificate file for verifying the\n Elasticsearch server certificate's authenticity\n\n * `--es-cert`: The path to a certificate file for authencating against the\n Elasticsearch server\n\n * `--es-key`: The path to a key file for authenticating against the\n Elasticsearch server\n\n * `--overwrite-templates`: Whether to overwrite any templates that already\n exist\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/accorvin/es-template-manager", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "es-template-manager", "package_url": "https://pypi.org/project/es-template-manager/", "platform": "", "project_url": "https://pypi.org/project/es-template-manager/", "project_urls": { "Homepage": "https://github.com/accorvin/es-template-manager" }, "release_url": "https://pypi.org/project/es-template-manager/1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A utility for managing Elasticsearch index templates in source control", "version": "1.0" }, "last_serial": 4959389, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "00fac0b76d7078cd4de0b4ab564ac885", "sha256": "c81af8abcb89602ad7bba54fe584d81ef554be12c4e88a4694fc06764f0b3df8" }, "downloads": -1, "filename": "es_template_manager-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "00fac0b76d7078cd4de0b4ab564ac885", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6614, "upload_time": "2019-03-19T15:49:09", "url": "https://files.pythonhosted.org/packages/be/db/5aee99a40bbadabae48b4af222d27878aa08a8641a870de906eb3f89d90d/es_template_manager-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c71f722d29ca9236e3fdbf81b44b1bf5", "sha256": "d4c98b99f1f741d0b89cb2583742e6fe2f13ff4bae1ee5f53ae4a78ffdc958de" }, "downloads": -1, "filename": "es-template-manager-1.0.tar.gz", "has_sig": false, "md5_digest": "c71f722d29ca9236e3fdbf81b44b1bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3087, "upload_time": "2019-03-19T15:49:11", "url": "https://files.pythonhosted.org/packages/1e/da/ed73d2b8b1ca3a7cd7542738929a80ddfadd3d7a99423118075661872c7e/es-template-manager-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00fac0b76d7078cd4de0b4ab564ac885", "sha256": "c81af8abcb89602ad7bba54fe584d81ef554be12c4e88a4694fc06764f0b3df8" }, "downloads": -1, "filename": "es_template_manager-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "00fac0b76d7078cd4de0b4ab564ac885", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6614, "upload_time": "2019-03-19T15:49:09", "url": "https://files.pythonhosted.org/packages/be/db/5aee99a40bbadabae48b4af222d27878aa08a8641a870de906eb3f89d90d/es_template_manager-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c71f722d29ca9236e3fdbf81b44b1bf5", "sha256": "d4c98b99f1f741d0b89cb2583742e6fe2f13ff4bae1ee5f53ae4a78ffdc958de" }, "downloads": -1, "filename": "es-template-manager-1.0.tar.gz", "has_sig": false, "md5_digest": "c71f722d29ca9236e3fdbf81b44b1bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3087, "upload_time": "2019-03-19T15:49:11", "url": "https://files.pythonhosted.org/packages/1e/da/ed73d2b8b1ca3a7cd7542738929a80ddfadd3d7a99423118075661872c7e/es-template-manager-1.0.tar.gz" } ] }