Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing configuration instructions for dashboard chart ElasticSearch code #194

Closed
brylie opened this issue Jul 2, 2015 · 2 comments
Closed
Assignees
Milestone

Comments

@brylie
Copy link
Contributor

brylie commented Jul 2, 2015

We are missing details about how to configure our project to access the ElasticSearch engine for dashboard analytics. @frenchbread, please update the team as to how we can configure our development environments to support remote ElasticSearch queries.

@frenchbread
Copy link
Contributor

Here is a pull request that has been already merged to develop. It basically contains all needed fixes. The structure of settings.json file is provided here.

@frenchbread
Copy link
Contributor

Summing up all latest changes and configs:
For having everything up to date and working,

  1. Pull the lastest commit from develop branch.
  2. Create settings.json file (if it does not already exist)

Here is its contents (host address is the usual one):

 {
   "api_umbrella": {
     "api_key": "...",
     "auth_token": "...",
     "base_url": "https://.../api-umbrella/"
   },
   "elasticsearch": {
     "host": "http://...:14002"
   }
 }

When running meteor app, do it like this:
meteor --settings /absolute/path/to/settings.json

@frenchbread frenchbread removed the ready label Jul 8, 2015
brylie added a commit that referenced this issue Jan 10, 2017
…pis-publication

Feature/organization apis publication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants