You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadav (JIRA)" <ji...@apache.org> on 2014/11/25 13:52:12 UTC

[jira] [Created] (FALCON-914) Need option to search for Entities

Ajay Yadav created FALCON-914:
---------------------------------

             Summary: Need option to search for Entities
                 Key: FALCON-914
                 URL: https://issues.apache.org/jira/browse/FALCON-914
             Project: Falcon
          Issue Type: Improvement
            Reporter: Ajay Yadav
            Assignee: Ajay Yadav


Lot of times user end up doing a list of all entities of a given type and do grep -i on it. We should add ability for doing a case insensitive fuzzy search for users to search for entities when they don't remember the exact entity name. We can add this as another option to list 

e.g. falcon entity -list -type process -pattern hourly

and this should match the following process name.
My-Hourly-Summary

For fuzzy search like functionality:
falcon entity -list -type process -pattern mhs

should also match the above process name




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