Metadata-Version: 2.1
Name: mozdef-util
Version: 2.0.0
Summary: Utilities shared throughout the MozDef codebase
Home-page: https://github.com/mozilla/MozDef/tree/master/lib
Author: Mozilla Infosec
Author-email: infosec@mozilla.com
License: MPL-2.0
Keywords: mozdef_util
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pip (>=18.1)
Requires-Dist: bumpversion (>=0.5.3)
Requires-Dist: wheel (>=0.32.1)
Requires-Dist: watchdog (>=0.9.0)
Requires-Dist: flake8 (>=3.5.0)
Requires-Dist: tox (>=3.5.2)
Requires-Dist: coverage (>=4.5.1)
Requires-Dist: Sphinx (>=1.8.1)
Requires-Dist: twine (>=1.12.1)
Requires-Dist: elasticsearch (==6.3.1)
Requires-Dist: elasticsearch-dsl (==6.3.1)
Requires-Dist: geoip2 (>=2.5.0)
Requires-Dist: pytz (>=2017.3)
Requires-Dist: tzlocal (>=1.4)

===========
MozDef Util
===========


Utilities shared throughout the MozDef codebase


* Documentation: https://mozdef.readthedocs.io/en/latest/mozdef_util.html


=======
History
=======

1.0.0 (2018-10-16)
------------------

* First release on PyPI.


1.0.1 (2018-10-17)
------------------

* Modify License


1.0.2 (2018-10-30)
------------------

Update Geolite db location


1.0.3 (2019-01-16)
------------------

Add is_ip utility function


1.0.4 (2019-01-23)
------------------

* Replaced timer with threads for cleaner bulk importing


1.0.5 (2019-03-06)
------------------

* Replace elasticsearch flush with refresh


1.0.6 (2019-03-29)
------------------

* Add get_aliases function to elasticsearch client


1.0.7 (2019-04-07)
------------------

* Add close_index and open_index functions to elasticsearch client


1.0.8 (2019-04-16)
------------------

* Transition away from custom _type for elasticsearch documents

2.0.0 (2019-06-27)
------------------

* Add support for Elasticsearch 6
* Remove support for Elasticsearch 5


