Index Config Args
data class IndexConfigArgs(val fieldPath: Output<String>, val type: Output<IndexConfigType>) : ConvertibleToJava<IndexConfigArgs>
Configuration for an indexed field.
Properties
Link copied to clipboard
The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For example: jsonPayload.request.status
Link copied to clipboard
The type of data in this index.