diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml
index cba8b5b71..b3d6198ce 100644
--- a/bundle/manifests/observability-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/observability-operator.clusterserviceversion.yaml
@@ -42,7 +42,7 @@ metadata:
categories: Monitoring
certified: "false"
containerImage: observability-operator:1.1.0
- createdAt: "2025-04-03T07:29:49Z"
+ createdAt: "2025-05-09T09:01:23Z"
description: A Go based Kubernetes operator to setup and manage highly available
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
operatorframework.io/cluster-monitoring: "true"
diff --git a/bundle/manifests/observability.openshift.io_uiplugins.yaml b/bundle/manifests/observability.openshift.io_uiplugins.yaml
index fda0fef1e..c6a68a77c 100644
--- a/bundle/manifests/observability.openshift.io_uiplugins.yaml
+++ b/bundle/manifests/observability.openshift.io_uiplugins.yaml
@@ -128,6 +128,16 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
+ schema:
+ description: |-
+ Schema is the schema to use for logs querying and display.
+
+ Defatults to "viaq" if not specified.
+ enum:
+ - viaq
+ - otel
+ - select
+ type: string
timeout:
description: |-
Timeout is the maximum duration before a query timeout.
diff --git a/deploy/crds/common/observability.openshift.io_uiplugins.yaml b/deploy/crds/common/observability.openshift.io_uiplugins.yaml
index de756d1da..d3e5e0b09 100644
--- a/deploy/crds/common/observability.openshift.io_uiplugins.yaml
+++ b/deploy/crds/common/observability.openshift.io_uiplugins.yaml
@@ -128,6 +128,16 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
+ schema:
+ description: |-
+ Schema is the schema to use for logs querying and display.
+
+ Defatults to "viaq" if not specified.
+ enum:
+ - viaq
+ - otel
+ - select
+ type: string
timeout:
description: |-
Timeout is the maximum duration before a query timeout.
diff --git a/docs/api.md b/docs/api.md
index 37e47a052..252338995 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -4279,6 +4279,17 @@ It only applies to UIPlugin Type: Logging.
It always references a LokiStack in the "openshift-logging" namespace.