sardell commented on a change in pull request #1553: METRON-2306: [UI] Grok
parsers' have duplicate timestampField
URL: https://github.com/apache/metron/pull/1553#discussion_r342186048
##########
File path: metron-interface/metron-config/src/app/model/sensor-parser-config.ts
##########
@@ -23,7 +23,7 @@ export class SensorParserConfig {
writerClassName: string;
errorWriterClassName: string;
invalidWriterClassName: string;
- parserConfig: {};
+ parserConfig: { [key: string]: any; }
Review comment:
Typing using `{}` just extends the Object interface. What we really want
here is an object literal that's editable by users.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services