Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Filter by label (Content by label)
cqllabel = "squirro-configuration"

Excerpt

The ingester.ini config file, located at /etc/squirro/ingester.ini configures the workings of the Ingester Service

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Example Configuration

Code Block
languagetext
[ingester]
# number of new pipeline processors
processors = 5
 
# if there are no items to process, how long to wait until checking again
sleep_in_secs_if_no_batch = 5
 
# how often the ingester file reaper should should check for orphaned files in content streamer
clean_up_interval_in_hours = 1
 
[processor]
# number of workers to use on non-batched steps
workers = 10
 
# maximum number of retries to retry an item that failed processing a step
max_retries = 10

Data Retention Configuration

Data retention is configured in common.ini using the following default options:

...

This page can now be found at ingester.ini on the Squirro Docs site.