[ 
https://issues.apache.org/jira/browse/STORM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992295#comment-14992295
 ] 

ASF GitHub Bot commented on STORM-902:
--------------------------------------

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

    https://github.com/apache/storm/pull/848#discussion_r44055722
  
    --- Diff: docs/documentation/ui-rest-api.md ---
    @@ -172,6 +172,27 @@ Sample response:
     }
     ```
     
    +### /api/v1/history/summary (GET)
    +
    +Returns a list of topology ID submitted by the current user.
    +
    +Response fields:
    +
    +|Field  |Value | Description|
    +|---       |---    |---
    +|topo-history| List| List of Topologies' IDs|
    +
    +Sample response:
    +
    +```json
    +{
    +    "topo-history":[
    +        {"host":"wc6-1-1446571009"},
    --- End diff --
    
    Yes, nice catch. This is legacy code, actually, we only need to return a 
list of topo-id, the key "host" does not make sense (it is just a hard-coded 
string, not real host name). I will fix it.  


> Simple Log Search
> -----------------
>
>                 Key: STORM-902
>                 URL: https://issues.apache.org/jira/browse/STORM-902
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Zhuo Liu
>         Attachments: search-a-topology.png, search-for-a-single-worker-log.png
>
>
> In many debugging cases it would be nice to be able to do a simple search of 
> the logs of a topology directly from the UI.
> This is work that Yahoo has already done, but needs to be put back into open 
> source.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to