Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
elasticsearch
Commits
6683c63b10ca
Commit
ed461ebf
authored
Feb 10, 2021
by
Arthur Lutz
Browse files
[README] add documentation about CW_ELASTICSEARCH_SSL_SHOW_WARN
parent
0c0fc4819f01
Pipeline
#34969
passed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
6683c63b
...
...
@@ -9,6 +9,7 @@ Parameters
* elasticsearch-locations (CW_ELASTICSEARCH_LOCATIONS)
* index-name (CW_INDEX_NAME)
* elasticsearch-verify-certs (CW_ELASTICSEARCH_VERIFY_CERTS)
* elasticsearch-ssl-show-warn (CW_ELASTICSEARCH_SSL_SHOW_WARN)
Pyramid debug panel
~~~~~~~~~~~~~~~~~~~
...
...
@@ -32,4 +33,15 @@ panel in your ``pyramid.ini``:
The `cubicweb_elasticsearch.search_helpers.compose_search` referencies
a custom `alltext` field which contains all indexed text. This field must be
defined in the custom Indexer mapping.
\ No newline at end of file
defined in the custom Indexer mapping.
HTTPS and SSL certificates in communication with server
-------------------------------------------------------
In some cases (ElasticSearch Kubernetes deployment for example), self signed
certificates are used and can be ignored using elasticsearc-verify-certs, in
this case, the python binding will issue warnings for each request, which is
cumbersome when running requests in a `ccplugin` command. You can use
`elasticsearch-ssl-show-warn (CW_ELASTICSEARCH_SSL_SHOW_WARN)` to remove
those warnings (default is to show them). Most of the time, a better solution
is to have proper certificates to authenticate the servers you are talking to.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment