ClickHouse Flashcards
(12 cards)
What is the role of the Keeper Node?
handle coordination between ClickHouse nodes
What is the Keeper Node used for?
- cluster membership (who is alive)
- replica management (sync between shards)
- distributed DDL commands (table creation across nodes)
Which components in FortiSIEM have this role?
- Supervisor node by default
- can be expanded to additional nodes (manual config)
What number of Keeper Nodes should be used for maintaining quorum?
odd number of nodes
What happens using 2 Keeper nodes and 1Keeper node is lost?
quorum is lost - need to use specific steps to recover quorum
What happens if using 1 Keepr node and that node is lost?
ClickHouse event database becomes read only and insertion stops
How is the Keeper Node referred to in logs/configs?
zookeeper
Which node always initiates the queries?
supervisor
What is a query node?
node that handle user queries (reports, dashboards, investigations)
Which FortiSIEM components assume the role of a Query node?
- supervisor node (always)
- workers (optional but recommended for load distribution)
Which process is run by the Query node?
phQueryWorker