This directory contains opensearch objects that can be used to aggregate and visualize GitHub webhook data.
Note: These configs are a work in progress and are not yet stable and tested.
OPENSEARCH_USER
: The Opensearch user name.OPENSEARCH_PASSWORD
: The Opensearch password.OPENSEARCH_HOST
: The full path of the opensearch host, defaults tohttp://localhost:5601
.OPENSEARCH_TENANT
: The Opensearch tenant name, defaults toglobal
.
After setting the appropriate environment variables, export OS objects using the npm script export-objects
:
npm run export-objects