You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by merrimanr <gi...@git.apache.org> on 2017/09/05 21:22:12 UTC

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

Github user merrimanr commented on a diff in the pull request:

    https://github.com/apache/metron/pull/700#discussion_r137118074
  
    --- Diff: metron-interface/metron-alerts/src/app/service/alert.service.ts ---
    @@ -39,21 +41,31 @@ export class AlertService {
                   private ngZone: NgZone) { }
     
       public search(searchRequest: SearchRequest): Observable<AlertsSearchResponse> {
    --- End diff --
    
    Is it possible to make this service class match the rest layer?


---