doc['field'] are enable by default on all fields EXCEPT text fields.
doc['field.keyword']
- populate not while ingesting, but a bit later
- by default only populate if length < 256
doc['field'] are enable by default on all fields EXCEPT text fields.
doc['field.keyword']
- populate not while ingesting, but a bit later
- by default only populate if length < 256
Certificate:
openssl s_client -connect <host>:<port> < /dev/null 2>/dev/null
Fingerprint of certificate:
openssl s_client -connect <host>:<port> < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin
xpack.security.http.ssl.key: certs/privkey.pem
xpack.security.http.ssl.certificate: certs/fullchain.pem
xpack.security.http.ssl.certificate_authorities: [ "certs/chain.pem" ]
https://github.com/CollectionBuilder/collectionbuilder-sa_draft/issues/37
setup the initial master mode:
https://towardsdev.com/elasticsearch-8-express-installation-guide-6065d89141d8
for other node, need to copy the certificate from the master node. otherwise they cannot join the cluster.
##
There are http.ssl and transportation.ssl
http.ssl is for client(kibana, logstash, or your custome code) to connect to elastic. Ports 9200
transportation.ssl is for the node in the cluster to communicate among themself . Ports 9300.
Elastic suggest to use different ca and certs for http