summaryrefslogtreecommitdiffstats
path: root/doc/enable-source.rst
blob: 476b87fd51e2f1b614a2517c4cbc6c53fa5506af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
###############################
enable-source - Enable a source
###############################

Synopsis
========

::

   suricata-update enable-source <source-name> [param=val ...]

Description
===========

Enable a source that is listed in the index.

If the index requires user provided parameters the user will be
prompted for them. Alternatively they can be provided on command line
to avoid the prompt.

For example::

  suricata-update enable-source et/pro secret-code=xxxxxxxxxxxxxxxx

This will prevent the prompt for the et/pro secret code using the
value provided on the command line instead.

To update parameters for enabled sources, just re-run the ``enable-source``
command above again with changed parameters. Changed parameters will be
updated in the stored configuration.

Options
=======

.. include:: ./common-options.rst