mirror of https://github.com/MISP/PyMISP
Merge pull request #511 from AndreC10002/patch-1
Define the number of entries to outputpull/515/head
commit
0f59cf1ba5
|
@ -12,6 +12,9 @@ ssl = False
|
||||||
# sure that you use a directory dedicated to the feed
|
# sure that you use a directory dedicated to the feed
|
||||||
outputdir = 'output'
|
outputdir = 'output'
|
||||||
|
|
||||||
|
# Determine the number of entries to output
|
||||||
|
entries = 200
|
||||||
|
|
||||||
# The filters to be used for by the feed. You can use any filter that
|
# The filters to be used for by the feed. You can use any filter that
|
||||||
# you can use on the event index, such as organisation, tags, etc.
|
# you can use on the event index, such as organisation, tags, etc.
|
||||||
# It uses the same joining and condition rules as the API parameters
|
# It uses the same joining and condition rules as the API parameters
|
||||||
|
|
Loading…
Reference in New Issue