Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r126532195 --- Diff: metron-interface/metron-alerts/src/app/model/search-request.ts --- @@ -0,0 +1,7 @@ +export class SearchRequest { + _source: string[]; + query = { query_string: { query: '' } }; --- End diff -- Shouldn't this type by 'string'? This doesn't match the model in the PR comments.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---