sql icon indicating copy to clipboard operation
sql copied to clipboard

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)

Results 571 sql issues
Sort by recently updated
recently updated
newest added

**Description:** We propose adding a CIDR (Classless Inter-Domain Routing) function to OpenSearch's Piped Processing Language (PPL) to provide built-in IP address range matching capabilities. This feature would be similar to...

enhancement
PPL

**Description:** We propose adding a `fillnull` command to OpenSearch's Piped Processing Language (PPL) to provide a convenient way to handle null or missing values in query results. This feature would...

enhancement
PPL

## Problem we are solving for * An SRE or Security Analyst needs to filter data based on the result of another query or filter. * An SRE or Security...

enhancement
PPL

We have introduced SQL_PAGINATION_API_SEARCH_AFTER config settings to choose the approach used for pagination queries. The default value is true today which uses Point in time with search_after API to paginate...

### Description allow show tables extended and show databases commands in security lake datasource sql queries ### Related Issues Resolves #[Issue number to be closed when this PR is merged]...

**Is your feature request related to a problem?** Current JOIN syntax is only available in SQL query due to the implementation of JOIN is in v1 engine only. To support...

enhancement
PPL

### Description #3001 ### Related Issues Resolves #3001 ### Check List - [x] New functionality includes testing. - [x] New functionality has been documented. - [x] New functionality has javadoc...

**Is your feature request related to a problem?** OpenSearch Piped Processing Language (PPL) currently lacks a native command to flatten nested objects or arrays in documents. Many datasets, especially those...

enhancement
PPL

**Is your feature request related to a problem?** OpenSearch Piped Processing Language (PPL) currently lacks a native command to flatten nested objects or arrays in documents. Many datasets, especially those...

enhancement
PPL

**Is your feature request related to a problem?** We need to enhance OpenSearch PPL (Piped Processing Language) by adding support for JSON-based operations. This extension will provide users with powerful...

enhancement
PPL