Skip to content

Streams

A stream in OpenObserve is sequence of events(logs/metrics/traces), sharing the same source for eg: logs from a specific application or from an enterprise.

To navigate to streams in OpenObserve , select preferred organization using organization selection control, then click on Streams menu , which will take one to stream list screen. The screen lists all streams for selected organization.

Streams

Streams screen details :

  1. Search in listed streams
  2. Refresh stats for listed streams , stats associated with streams include number of documents , ingested data size etc.
  3. Name of the stream
  4. Type of stream , only logs are supported currently, metrics & traces will be supported in further releases
  5. Number of documents/row belonging to the stream
  6. Ingested data size for the stream in MB
  7. Stream details control to open stream details page

To view details or to update stream settings click on stream details control on streams page

Stream Details

Streams details screen:

  1. Name of the stream
  2. Start & end time for steam, these are based timestamps on log records in stream
  3. Name of property/field belonging to the stream
  4. Inferred type of the property, openobserve infers schema for data being ingested
  5. Checkbox to select/deselect a property of the stream as full text search keys, full text search keys are used to search a term when using match_all, match_all_ignore_case
  6. Checkbox to select/deselect a property of the stream as partitioning key, data ingested after updating the setting will be partitioned using updated keys