Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace Spectrum Discover
Created by Guest
Created on Sep 13, 2021

Add new option for the tag value in content search policy: "1st Capturing Group"

In content search policies, you can use a regular expression to match content, selecting True/False or "Value matching expression" to be used as the tag's value.

For example:

Regular Expression: \b[\w_-]+\d{5}[\w_-]+\b
Content: /opt/applications/data_76543_production
Tag value: data_76543_production

The full content matching the regex will be used as the tag value.
In regular expressions, a common resource is the use of "Capturing Groups" to extract only part of the content matched on regex evalution. This capturing groups are created by the use of parenthesis delimitating the subcontent wanted.

Example: in regex
\b[\w_-]+(\d{5})[\w_-]+\b

There is a capturing group for \d{5} making it possible to extract only the five digits, on that position, from the entire content.

In this RFE I suggest to add a new option for the tag value: "1st Capturing Group" providing more flexibility to find and extract tag values from Spectrum Discover data.

Adapting former example to use "1st Capturing Group" instead of "Value matching expression", we have:

Regular Expression: \b[\w_-]+(\d{5})[\w_-]+\b
Content: /opt/applications/data_76543_production
Tag value: 76543

Idea priority Medium
  • Guest
    Reply
    |
    Sep 8, 2022

    Hi Andre, we appreciate the request but currently not under the roadmap for the foreseeable future

  • Guest
    Reply
    |
    Aug 30, 2022

    Hi Team, is there any update on this subject?

  • Guest
    Reply
    |
    Mar 21, 2022

    Thank you for submitting this Spectrum Discover enhancement request. We have reviewed the request, and although it is a good candidate, it is not on our roadmap for the foreseeable future.