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 path_prefix option #907

Merged
merged 1 commit into from
Feb 28, 2020
Merged

Add path_prefix option #907

merged 1 commit into from
Feb 28, 2020

Conversation

dadoonet
Copy link
Owner

If your elasticsearch is running behind a proxy with url rewriting,
you might have to specify a path prefix. This can be done with path_prefix setting:

name: "test"
elasticsearch:
  nodes:
  - url: "http://mynode1.mycompany.com:9200"
  path_prefix: "/path/to/elasticsearch"

Note: The same path_prefix applies to all nodes.

Closes #816

If your elasticsearch is running behind a proxy with url rewriting,
you might have to specify a path prefix. This can be done with `path_prefix` setting:

```yml
name: "test"
elasticsearch:
  nodes:
  - url: "http://mynode1.mycompany.com:9200"
  path_prefix: "/path/to/elasticsearch"
```

**Note:** The same `path_prefix` applies to all nodes.

Closes #816
@dadoonet dadoonet added the new For new features or options label Feb 26, 2020
@dadoonet dadoonet added this to the 2.7 milestone Feb 26, 2020
@dadoonet dadoonet self-assigned this Feb 26, 2020
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
19.5% 19.5% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new For new features or options
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FS Crawler needs a path_prefix attribute in Elasticsearch section of _settings.json
1 participant