diff --git a/examples/feed-generator/settings.default.py b/examples/feed-generator/settings.default.py index 408b6c8..3b994e8 100755 --- a/examples/feed-generator/settings.default.py +++ b/examples/feed-generator/settings.default.py @@ -16,7 +16,7 @@ outputdir = 'output' # you can use on the event index, such as organisation, tags, etc. # It uses the same joining and condition rules as the API parameters # For example: -# filters = {'tag':'tlp:white|feed-export|!privint','org':'CIRCL', 'published':1} +# filters = {'tags':['tlp:white','feed-export','!privint'],'org':'CIRCL', 'published':1} # the above would generate a feed for all published events created by CIRCL, # tagged tlp:white and/or feed-export but exclude anything tagged privint filters = {'published':'true'} @@ -53,4 +53,4 @@ exclude_attribute_types = [] with_distribution = False # Include the exportable local tags along with the global tags. The default is True. -with_local_tags = True \ No newline at end of file +with_local_tags = True