Normally there is no additional charge but under some use cases, you could be charged extra as explained below.
Partition:
If a data is duplicated in partitions then there will be a charge for the additional copy of the duplicated messages. If the partitions are created without an overlapping data set, then there is no charge for the ingestion.
For example, in the following example, the data in sourceCategory prod/Apache is targeted by two partitions one using a wild card and other using a specific sourceCategory
Partition1: _sourceCategory=prod/Apache
Partition2: _sourceCategory=*/Apache
Refer the Best Practices for creating partitions
Schedule Views:
There are 2 use cases in schedule view where the customer will be charged:
- If you are running a non-aggregate query(without any group by operator) to create a scheduled view then for those views that include raw data there will be a charge.
- If you are running an aggregate query but if you count the log messages by the _raw field then it will consider that column result as raw data and in this scenario, there is a charge for this ingest.
To avoid a charge while creating scheduled views, please ensure that the queries are aggregated and avoid aggregating using the _raw field. Please refer following Doc link for more information.
Comments
0 comments
Please sign in to leave a comment.