Dynamic Field Extraction for Unstructured Data Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The challenge lies in efficiently analyzing and cross-correlating massive quantities of minimally processed data from various sources, particularly in unstructured formats, which is complicated by varying log formats, granularities, and evolving data structures, making it difficult for traditional database systems to index and query effectively.

Innovation Solution

A data server system employs field extraction templates and user interfaces to generate field extraction rules, allowing users to define fields and delimiters, which enables dynamic extraction of data chunks and values, even from unstructured data, using regular expressions and transformation instructions, facilitating access and analysis.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If traditional database systems are used to store and query data, then data storage and retrieval are simplified, but the system cannot effectively handle unstructured data with varying formats and evolving structures

Engineering Contradiction:
Improveability to handle unstructured data with varying formatsVSAvoidsystem complexity for indexing and querying
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements dynamic field definitions that can be created, modified, and deleted at any time without requiring schema changes. The system dynamically adapts to varying data formats by allowing users to define fields on-the-fly based on actual data patterns, enabling the system to handle unstructured data with evolving structures flexibly

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the parameter of field definitions from static to dynamic. Field names, data types, and extraction patterns can be modified without restarting services or rewriting schemas. This allows the same system to adapt to different data formats from various sources by simply changing field parameters rather than restructuring the entire database

Inventive Principle:
Principle #35Parameter changes

2Ease of operation

If data is pre-processed and summarized before storage, then data analysis becomes easier, but valuable raw data is discarded and storage capacity is wasted

Engineering Contradiction:
Improveease of data analysisVSAvoidloss of raw data
Core Design Contradiction:
Ease of operationVSLoss of substance

Solution Approach 1:

The patent segments data processing into two independent layers: raw data storage layer that preserves all original data, and field extraction layer that creates virtual views through dynamic field definitions. This segmentation allows users to access pre-processed field values for easy analysis while the raw data remains intact for future reference, eliminating the need to discard raw data during pre-processing

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces dynamic field definitions as an intermediary between raw data and user queries. Instead of pre-processing data by transforming it into fixed formats, the intermediary layer translates diverse raw data into standardized field views on-demand, allowing easy analysis without losing the original raw data

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If field extraction rules are applied to all data, then data accessibility is improved, but processing time and computational resources increase

Engineering Contradiction:
Improvedata accessibilityVSAvoidprocessing time
Core Design Contradiction:
Ease of operationVSLoss of time

Solution Approach 1:

The system applies partial action by allowing users to select which dynamic fields to extract and query for each specific operation. Instead of processing all possible fields for all data, the system only extracts and processes the subset of fields relevant to the current query, reducing unnecessary computational overhead while maintaining broad data accessibility when needed

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11907244B2Modifying field definitions to include post-processing instructions
Publication Date: 2024.02.20 CISCO TECHNOLOGY INC
  • US11907244B2 patent drawing
  • US11907244B2 patent drawing
  • US11907244B2 patent drawing

AI summary

A field extraction template simplifies the creation of field extraction rules by providing a user with a set of field names commonly assigned to a certain type of data, as well as guidance on how to extract values for those fields. These field extraction rules, in turn, facilitate access to certain “chunks” of the data, or to information derived from those chunks, through named fields. A field extraction template comprises at least a set of field names and ordering data for the field names. The ordering data indicates index positions that are associated with at least some of the field names. A delimiter is specified for splitting data items into arrays of chunks. The chunk of a data item that belongs to a given field name is the chunk whose position within the item's array of chunks is equivalent to the index position associated with the given field name.