Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA0B710324 for ; Mon, 1 Dec 2014 09:16:33 +0000 (UTC) Received: (qmail 10027 invoked by uid 500); 1 Dec 2014 09:16:33 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 9977 invoked by uid 500); 1 Dec 2014 09:16:33 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 9966 invoked by uid 99); 1 Dec 2014 09:16:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 09:16:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 Dec 2014 09:16:32 +0000 Received: (qmail 9774 invoked by uid 99); 1 Dec 2014 09:16:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 09:16:12 +0000 Date: Mon, 1 Dec 2014 09:16:12 +0000 (UTC) From: "Ajay Yadav (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-914) Add option to search for Entities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229572#comment-14229572 ] Ajay Yadav commented on FALCON-914: ----------------------------------- [~sriksun] Please review. > Add option to search for Entities > --------------------------------- > > Key: FALCON-914 > URL: https://issues.apache.org/jira/browse/FALCON-914 > Project: Falcon > Issue Type: Improvement > Affects Versions: 0.6 > Reporter: Ajay Yadav > Assignee: Ajay Yadav > Attachments: FALCON-914.patch > > > 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)