| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
LogsIndex |
LogsIndexesApi.createLogsIndex(LogsIndex body)
Create an index.
|
LogsIndex |
LogsIndexesApi.getLogsIndex(String name)
Get an index.
|
LogsIndex |
LogsIndexesApi.updateLogsIndex(String name,
LogsIndexUpdateRequest body)
Update an index.
|
| Modifier and Type | Method and Description |
|---|---|
LogsIndex |
LogsIndexesApi.createLogsIndex(LogsIndex body)
Create an index.
|
CompletableFuture<LogsIndex> |
LogsIndexesApi.createLogsIndexAsync(LogsIndex body)
Create an index.
|
ApiResponse<LogsIndex> |
LogsIndexesApi.createLogsIndexWithHttpInfo(LogsIndex body)
Creates a new index.
|
CompletableFuture<ApiResponse<LogsIndex>> |
LogsIndexesApi.createLogsIndexWithHttpInfoAsync(LogsIndex body)
Create an index.
|
| Modifier and Type | Method and Description |
|---|---|
LogsIndex |
LogsIndex.addExclusionFiltersItem(LogsExclusion exclusionFiltersItem) |
LogsIndex |
LogsIndex.dailyLimit(Long dailyLimit) |
LogsIndex |
LogsIndex.dailyLimitReset(LogsDailyLimitReset dailyLimitReset) |
LogsIndex |
LogsIndex.dailyLimitWarningThresholdPercentage(Double dailyLimitWarningThresholdPercentage) |
LogsIndex |
LogsIndex.exclusionFilters(List<LogsExclusion> exclusionFilters) |
LogsIndex |
LogsIndex.filter(LogsFilter filter) |
LogsIndex |
LogsIndex.name(String name) |
LogsIndex |
LogsIndex.numRetentionDays(Long numRetentionDays) |
LogsIndex |
LogsIndex.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogsIndex> |
LogsIndexListResponse.getIndexes()
Array of Log index configurations.
|
| Modifier and Type | Method and Description |
|---|---|
LogsIndexListResponse |
LogsIndexListResponse.addIndexesItem(LogsIndex indexesItem) |
| Modifier and Type | Method and Description |
|---|---|
LogsIndexListResponse |
LogsIndexListResponse.indexes(List<LogsIndex> indexes) |
void |
LogsIndexListResponse.setIndexes(List<LogsIndex> indexes) |
Copyright © 2024. All rights reserved.