Cribl Admin CCOE Flashcards
Which of the following is a valid JavaScript method?
.startswith
.endswith
.match
Which of the following logical operator are used as an “and” operator?
&&
Value Expressions can be used in the following locations
Capture Screen and Routes Filtering Screen
Routes Filtering Screen and Pipeline Filtering
Pipeline Filtering and Capture Screen
None of the above! is the correct answer
Value Expressions are used to evaluate true or false.
False
Which of the following logical operator are used as an “not” operator?
!
Git
What command shows you the files that have changed, been added, or are tracked?
Status
What order must you use to add a new file to a remote repository?
add, commit, push
Which command allows you to see a history or commits?
git log
Which command allows you to add a file to the respository?
add
Worker Process
A process within a Single Instance, or within Worker Nodes, that handles data inputs, processing, and output. Worker Processess operate in parallel. Each Worker Process will maintain and manage its own outputs.
Worker Node
An instance running as a managed worker, whose configuration is fully managed by the Leader Node
Worker Group
A collection of Worker Nodes that share the same configuration
Leader Node
an instance running in Leader mode, used to centrally author configurations, and monitor a distributed deployment
Mapping Ruleset
an ordered list of Filters, used to map Workers to Worker Groups
Which of the following is not a Worker responsibility?
Back up to Git (local only)
Which of the following is not an advantage of a Distributed deployment over a single instance?
Advanced data processing capabilities
Advantages include - Higher reliability, unlimited scalability
Load Balancing among the Worker Processes is done the following way:
The first connection will go to a random Worker Process, and the remaining connection will go in increasing order to the following Worker Processes.
All Cribl Stream deployments are based on a shared-nothing architecture pattern, where instances/Nodes and their Worker Processes operate separately
True!
The Single Stream instance is valid for dev, QA or testing environments
True
In Distributed Mode, the Worker Node…
is Stateless
Can continue running even without communication to the Leader with limitations
Can be accessed from inside the Leader
The main path between Sources and Destinations
Which of the following is true regarding Worker and Leader communication?
Worker initiates the communication between Leader and Workers
Worker processes within a Node are distributed using a round robin process based on connections
True
Which of the following are valid Stream deployment options?
Single Instance (software loaded on single host)
Distributed Deployment (Leader and Workers)
Stream deployed in Cribl’s cloud (SaaS)
Stream deployed in customers own cloud instance
Worker Group to Worker Group communication is best done by using…
Stream TCP
and
Stream HTTP