Erin Reeves
Erin Reeves
https://github.com/cedardevs/onestop-clients/tree/master/python-client#how-to-publish-a-new-version-of-this-client
Few options: If we loaded the kibana dashboard via the API we'd still need a script then to automatically get kicked off, and expose that port (which seems a bit...
created branch 1297-kibana-dashboards
Kibana info so as to load the dashboard json file. 1. we running ECK WHICH IS AN OPERATOR 2. its going to be different from the conventional one (example under...
To accomplish this would need to upload a file via kubernetes to the kibana container and put the path to this file in the metricbeat.yaml under the sections with the...
I seem to not have some containers up, one of them being the filebeat one which is where the config adjustment to turn on dashboards auto loading is NAME READY...
semere: 1. use one off script to upload via the api or something else 2. based on ECK doc, you can upload by pointing to a url (https://www.elastic.co/guide/en/beats/filebeat/current/configuration-dashboards.html) 3. or...
Tried loading kibana dashboards via changing the configs in metricbeat as well as filebeat with no luck. Config setting tried: dashboards: enabled: true url: "https://github.com/cedardevs/onestop/blob/1297-load-kibana-dashboards/elastic-common/src/main/resources/dashboards/errors.zip" Always get this error regardless...
Found I was using the url to viewing the file in the pretty view in github, not the raw file. Changed the url to the raw file. Tried the: .ndjson...
Reference OneStop/api docs? Or is this only the python-client?