Versions Compared

Key

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

...

The service status is returned with the status sub-command. For example:

Code Block
languagebashtext
[root@localhost ~]# service sqtopicd status
sqtopicd (pid  3164) is running...

...

If a service is not running, the start sub-command can be used to launch it.

Code Block
languagebashtext
[root@localhost ~]# service sqtopicd start
Starting sqtopicd:                                          [ OK ]

Stop service

Code Block
languagebashtext
[root@localhost ~]# service sqtopicd stop
Stopping sqtopicd:                                          [ OK ]

If you now execute the status sub-command, it will report the service as being stopped.

Code Block
languagebashtext
[root@localhost ~]# service sqtopicd status
sqtopicd is stopped

...

The restart sub-command attempts to stop a service first and will then start it again.

Code Block
languagebashtext
[root@localhost ~]# service sqtopicd restart
Stopping sqtopicd:                                          [ OK ]
Starting sqtopicd:                                          [ OK ]

...

NameDescription
crondTask runner that executed scheduled tasks regularly.
elasticsearchMain data storage for indexed data.
monitService monitor used to automatically start services again when they are stopped.
mysqldRelational database used for storage of metadata about Squirro projects.
nginxWeb server through which all the requests for the frontend and the Squirro services are served.
redis-serverNoSQL database used for caching.
sqbulkdBulk importing of data.
sqcachecleansingdCleans the Varnish cache when data changes.
sqclusterdControls multi-cluster setup of Squirro. See Clustering.
sqconfigurationdManages application configuration. See Configuration Reference.
sqcontentdExtracts relevant content from web pages. See Boilerplate Noise Removal in the Data Loading and Processing manual.
sqfeeddData provider for feeds. See Feed Provider in the Data Loading and Processing manual.
sqfileimportdUsed to import CSV data through the web interface.
sqfilteringdHandles search tagging rules. See Search Tagging in the Data Loading and Processing manual.
sqfingerprintdManages the fingerprints (Smart Filters).
sqfrontenddFrontend service, implementing the main web interface of Squirro.
sqpipelinedPipeline service. Manages the process of enriching and indexing data. See Data Enrichment in the Data Loading and Processing manual.
sqplumberdExecutes pipelets as part of the pipeline. See Pipelets in the Data Loading and Processing manual.
sqproviderdEndpoint for the providers to import data into the system. See Providers in the Data Loading and Processing manual.
sqrelatedstorydDetects near-duplicates as part of the pipeline. See Near-Duplicate Detection in the Data Loading and Processing manual.
sqschedulerdExecutes scheduled jobs that the Squirro application needs to run.
sqsourcerdFinds data sources for input criteria, such as a query or a web site URL.
sqsquirreldWeb crawler component.
sqthumblerdCalculates thumbnails for item images that are displayed in Squirro.
sqtopicdEndpoint for the Squirro API. See Working with Entities in the API Reference.
sqtopicproxydInternal web service access to some project metadata.
squserdEndpoint for user management and authentication. See Authentication in the Reference manual.
squserproxydInternal web service access to some user data.
sqwebshotdAnalyzes web stories and identifies the most relevant image to use for visualization.
varnishCaching web proxy. Configured to sit in front of nginx.