-
Notifications
You must be signed in to change notification settings - Fork 82
DOCCORE-32 Add missing settings to the Neo4j Docker config reference #2816
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
base: dev
Are you sure you want to change the base?
Conversation
da1f1ac to
e68fe86
Compare
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found the following settings missing in the ref-settings.adoc
db.cluster.raft.leader_transfer.priority_tag
db.cluster.raft.so_keepalive_enabled
db.index.fulltext.eventually_consistent_apply_parallelism
db.index.fulltext.eventually_consistent_refresh_interval
db.index.fulltext.eventually_consistent_refresh_parallelism
dbms.cluster.network.client_inactivity_timeout
dbms.cluster.network.connect_timeout
dbms.cypher.forbid_shortestpath_common_nodes
dbms.cypher.infer_schema_parts
dbms.kubernetes.discovery.service_port_name
dbms.security.auth_minimum_password_length
dbms.security.http_static_content_security_policy_header
dbms.security.logs.ldap.groups_at_debug_level_enabled
dbms.security.logs.oidc.jwt_claims_at_debug_level_enabled
dbms.security.require_local_user
dbms.usage_report.enabled
initial.dbms.automatically_enable_free_servers
initial.server.tags
server.backup.exec_connector.command
server.backup.exec_connector.scheme
server.bolt.additional_listen_addresses
server.bolt.enable_network_error_accounting
server.bolt.network_abort_clear_window_duration
server.bolt.network_abort_warn_threshold
server.bolt.network_abort_warn_window_duration
server.bolt.telemetry.enabled
server.bolt.thread_starvation_clear_window_duration
server.bolt.thread_starvation_warn_threshold
server.bolt.thread_starvation_warn_window_duration
server.bolt.traffic_accounting_check_period
server.bolt.traffic_accounting_clear_duration
server.bolt.traffic_accounting_incoming_threshold_mbps
server.bolt.traffic_accounting_outgoing_threshold_mbps
server.cluster.catchup.connect_randomly_to_server_tags
server.cypher.parallel.worker_limit
server.http.transaction_idle_timeout
server.http_enabled_transports
server.memory.query_cache.per_db_cache_num_entries
server.memory.query_cache.shared_cache_num_entries
server.memory.query_cache.sharing_enabled
server.queryapi.transaction_idle_timeout
Wow! Thanks a lot! I'm currently adding other missing configs to the PR, but your list definitely will speed up the process. |
b89de20 to
5eaa27c
Compare
|
I suggest we don't split security settings from the rest, unless necessary. It's gonna make testing more cumbersome. |
Ok, I'll update the PR. |
c5b92c3 to
255f81f
Compare
|
I think this PR is ready to be merged. Or do we want to test it first? @renetapopova, @stefano-ottolenghi, what do you think? |
1797cae to
d1dc995
Compare
|
This PR includes documentation updates Updated pages: |
Update the list of Neo4j configuration settings mapped to Docker-friendly env variables.