elastic search
Usage
source:
name: elasticsearch
config:
host: elastic_server
Inputs
Key | Value | Example | Description | |
---|
host | string | http://localhost:9200 | Host of the Elastic server | required |
user | string | admin | User ID to access the server | optional |
password | string | 1234 | Password for the Server | optional |
Outputs
Field | Sample Value |
---|
resource.urn | elasticsearch.index1 |
resource.name | index1 |
profile.total_rows | 1 |
schema | []Column |
Column
Field | Sample Value |
---|
name | SomeStr |
data_type | text |
Contributing
Refer to the contribution guidelines for information on contributing to this module.