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

Lockdown #66

Merged
merged 22 commits into from
Oct 27, 2015
Merged

Lockdown #66

merged 22 commits into from
Oct 27, 2015

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Oct 27, 2015

Requires #61

Adds defaultServerUrl and proxyFilter config options that provide more control over where sense will proxy requests to and what the initial user experience is.

defaultServerUrl – the default value for the proxy target, requests made from sense will be made against this server

proxyFilter – one or more regular expressions that will be evaluated against each request coming through the proxy. Each request must match at least one regex in order to be proxied.

Defaults:

sense:
  defaultServerUrl: localhost:9200
  proxyFilter:
    - .*

2015-10-27 14_13_36

@bleskes
Copy link
Contributor

bleskes commented Oct 27, 2015

LGTM! awesome turn around

@bleskes
Copy link
Contributor

bleskes commented Oct 27, 2015

LGTM again

spalger added a commit that referenced this pull request Oct 27, 2015
@spalger spalger merged commit 8ae62f2 into elastic:master Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants