cassandra/conf
Ekaterina Dimitrova b47179b7d4
Add option to disable cqlsh history
We can disable saving of the history either via command-line parameter --disable-history, or by setting disabled = True in the history section of the cqlshrc. Both options will read existing history, and just won't save new commands.

Update help and docs for cqlsh history.
Add startup info logline whenr history logging is enabled.
Add a fix for cqlshrc file path not correctly expanding.

Includes the Backport of
  Allows users to change cqlsh history location using env variable
  patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-17448

patch by Ekaterina Dimitrova; reviewed by Mick Semb Wever for CASSANDRA-XXX

Co-authored-by: Alex Ott alex.ott@datastax.com
Co-authored-by: Jaroslaw Grabowski jaroslaw.grabowski@datastax.com
2026-03-17 23:01:57 +01:00
..
triggers add triggers README 2013-08-17 19:13:58 -06:00
README.txt Fix ClassCastException processing expired messages 2014-07-07 00:03:18 -05:00
cassandra-env.sh Remove bashisms for mx4j tool in cassandra-env.sh 2024-02-21 08:37:23 +01:00
cassandra-jaas.config Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
cassandra-rackdc.properties Merge branch 'cassandra-3.11' into cassandra-4.0 2023-06-28 16:27:19 +02:00
cassandra-topology.properties Add comments to topology file about ipv6 configuration. 2011-03-15 17:06:24 +00:00
cassandra.yaml Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt 2024-11-06 22:23:16 +01:00
commitlog_archiving.properties Fix millisecond and microsecond precision for commit log replay 2024-09-13 15:42:20 +02:00
cqlshrc.sample Add option to disable cqlsh history 2026-03-17 23:01:57 +01:00
jvm-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm-server.options Add option to override the FatClient timeout for Bootstrapping nodes 2024-05-07 16:32:41 -05:00
jvm8-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm8-server.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm11-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm11-server.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
logback-tools.xml Unify STDOUT and SYSTEMLOG logback format 2016-07-27 15:38:32 +01:00
logback.xml Improve AuditLogging documentation and logback.xml 2021-05-21 14:42:53 -04:00
metrics-reporter-config-sample.yaml Fix example metrics 2016-06-14 11:13:31 -04:00

README.txt

Required configuration files
============================

cassandra.yaml: main Cassandra configuration file
logback.xml: logback configuration file for Cassandra server


Optional configuration files
============================

cassandra-topology.properties: used by PropertyFileSnitch