diff --git a/examples/feed-generator/settings.default.py b/examples/feed-generator/settings.default.py index b80ba93..47437c0 100755 --- a/examples/feed-generator/settings.default.py +++ b/examples/feed-generator/settings.default.py @@ -16,9 +16,9 @@ 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'} -# the above would generate a feed for all events created by CIRCL, tagged -# tlp:white and/or feed-export but exclude anything tagged privint +# filters = {'tag':'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 = {}