https://github.com/chef/opendistro-for-elasticsearch
Habitat Plans for Open Distro for Elasticsearch
https://github.com/chef/opendistro-for-elasticsearch
Last synced: about 1 year ago
JSON representation
Habitat Plans for Open Distro for Elasticsearch
- Host: GitHub
- URL: https://github.com/chef/opendistro-for-elasticsearch
- Owner: chef
- License: apache-2.0
- Created: 2020-07-31T17:06:00.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T19:26:12.000Z (about 4 years ago)
- Last Synced: 2025-06-25T23:51:25.465Z (about 1 year ago)
- Language: Shell
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://buildkite.com/chef/chef-opendistro-for-elasticsearch-master-habitat-build) - Habitat Packages
Note on building journalbeat and metricbeat:
Version 6.8.x of these beats contain incompatible or non-existing dependencies. Fortunately, we do not use these dependencies. The missing dependencies include:
- Goja is a library used in preprocessors for Elasticsearch. We do not use this functionality.
https://www.elastic.co/guide/en/elasticsearch/reference/master/ingest.html
```
/hab/cache/src/github.com/elastic/beats/libbeat/processors/script/javascript/session.go:267:14: s.Runtime().RegisterSimpleMapType undefined (type *goja.Runtime has no field or method RegisterSimpleMapType)
```
- Aerospike is a Go client library for connecting to the aerospike nosql database. We do not use this functionality.
https://www.aerospike.com/docs/client/go/examples.html
/hab/cache/src/github.com/elastic/beats/metricbeat/module/aerospike/namespace/namespace.go:85:17: undefined: "github.com/aerospike/aerospike-client-go".RequestNodeInfo