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 menu , which will take one to stream list screen. The screen lists all streams for selected organization.
Streams screen details :
- Search in listed streams
- Refresh stats for listed streams , stats associated with streams include number of documents , ingested data size etc.
- Name of the stream
- Type of stream: metrics, logs or traces
- Number of documents/row belonging to the stream
- Ingested data size for the stream in MB
- Stream details control to open stream details page
To view details or to update stream settings click on stream details control on streams page
Streams details screen:
- Name of the stream
- Start & end time for steam, these are based timestamps on log records in stream
- Name of property/field belonging to the stream
- Inferred type of the property, openobserve infers schema for data being ingested
- 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_raw
,match_all_raw_ignore_case
- Checkbox to select/deselect a property of the stream as partitioning key, data ingested after updating the setting will be partitioned using updated keys