Metadata-Version: 2.1
Name: dxlelasticsearchservice
Version: 0.2.0
Summary: Elasticsearch DXL Python service library
Home-page: http://www.mcafee.com
Author: McAfee LLC
License: Apache License 2.0
Keywords: opendxl,dxl,mcafee,service,elasticsearch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
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
Requires-Python: >=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: dxlbootstrap (>=0.2.0)
Requires-Dist: dxlclient (>=4.1.0.184)
Requires-Dist: elasticsearch (<6.0.0,>=5.0.0)
Provides-Extra: dev
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Provides-Extra: test
Requires-Dist: pylint; extra == 'test'

Elasticsearch DXL Python Service
================================

Overview
--------

The Elasticsearch DXL Python service exposes access to the
`Elasticsearch REST APIs <https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html>`_
via the `Data Exchange Layer <http://www.mcafee.com/us/solutions/data-exchange-layer.aspx>`_
(DXL) fabric. The service also provides support for storing event notifications
received from the DXL fabric to Elasticsearch.

Documentation
-------------

See the `GitHub Wiki <https://github.com/opendxl/opendxl-elasticsearch-service-python/wiki>`_
for an overview of the Elasticsearch DXL Python service and usage examples.

See the
`Elasticsearch DXL Python service documentation <https://opendxl.github.io/opendxl-elasticsearch-service-python/pydoc>`_
for installation instructions, API documentation, and usage examples.

Bugs and Feedback
-----------------

For bugs, questions and discussions please use the
`GitHub Issues <https://github.com/opendxl/opendxl-elasticsearch-service-python/issues>`_.

LICENSE
-------

Copyright 2018 McAfee LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

`<http://www.apache.org/licenses/LICENSE-2.0>`_



