- [ ] #4848 - TSDB settings are enabled for Oracle integration in Kibana for Enabling and disabling. - Validate that if TSDB is already enabled, switch back to standard index type is disabled. - Enable Timeseries settings in manifest.yml for performance datastream ``` elasticsearch: index_mode: "time_series" index_template: settings: # Defaults to 16 index.mapping.dimension_fields.limit: 32 ``` - Define the dimensions for the performance datastream - Verify the data ingestion and data querying (exploration) for performance datastream PR Details : https://github.com/elastic/integrations/pull/4966
[Prototype] TSDB For Oracle Integration #4848
TSDB settings are enabled for Oracle integration in Kibana for Enabling and disabling.
Validate that if TSDB is already enabled, switch back to standard index type is disabled.
Enable Timeseries settings in manifest.yml for performance datastream
PR Details : #4966