blob: ade1246fa414b9b35b918ba8b42b31652d6e34d1 (
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
36
37
38
39
40
|
########################################
update-sources - Update the source index
########################################
Synopsis
========
::
suricata-update update-sources
Description
===========
The ``update-sources`` command downloads the latest index of available
sources.
Options
=======
.. include:: common-options.rst
Files and Directories
=====================
``/var/lib/suricata/rules/.cache/index.yaml``
Where the downloaded source index is cached.
Environment Variables
=====================
**SOURCE_INDEX_URL**
This environment variable allows the specification of an alternate
URL to download the index from.
URLs
====
``https://www.openinfosecfoundation.org/rules/index.yaml``
The default URL used to download the index from.
|