Logging handler to send logs to your OpenSearch cluster with bulk SSL. Forked from https://github.com/logzio/logzio-python-handler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
606 B

6 years ago
6 years ago
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. /env/
  9. /bin/
  10. /build/
  11. /build_docs/
  12. /develop-eggs/
  13. /dist/
  14. /eggs/
  15. /lib/
  16. /lib64/
  17. /parts/
  18. /sdist/
  19. /var/
  20. /*.egg-info/
  21. .installed.cfg
  22. *.egg
  23. # Installer logs
  24. pip-log.txt
  25. pip-delete-this-directory.txt
  26. # Unit test / coverage reports
  27. /htmlcov/
  28. /.tox/
  29. .coverage
  30. .cache
  31. nosetests.xml
  32. coverage.xml
  33. .pytest_cache/
  34. # Translations
  35. *.mo
  36. # Mr Developer
  37. .mr.developer.cfg
  38. .project
  39. .pydevproject
  40. # Rope
  41. .ropeproject
  42. # Django stuff:
  43. *.log
  44. *.pot
  45. # Sphinx documentation
  46. /docs/_build/
  47. *.iml
  48. *COMMIT_MSG