Merge pull request #186 from cudeso/master

Prevent unpublished events to be included in feed
pull/189/head
Alexandre Dulaunoy 2018-02-06 22:17:37 +01:00 committed by GitHub
commit fa1a780929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ outputdir = 'output'
# 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 = {}
filters = {'published':'true'}
# By default all attributes will be included in the feed generation