Skip to content

Possibility to change the default time partition field to query over historical data #1400

@danielaraujobc

Description

@danielaraujobc

Currently, the only allowed field for time search is the @timestamp (p_timestamp), but I had issues while ingesting historical data, because I have a custom field called _ingested which refers to when the log actually happened, but the "timeframe" only respects the p_timestamp. Also, I cannot change the default time partition field from the UI.

Image

Since currently the time field is @timestamp - which refers to when the log arrived - it's not suitable for our needs.

The _ingested refers to a date in the past, and p_timestamp refers to when the data was captured. The issue is that I am collecting historical data into Parseable, but I cannot query historically.

Can you help me?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions