Values.GetLogFieldsRequestSourceDiscovers available fields for a specific data source and type. The response includes any field modifications introduced through pipelines, such as new fields or changed field types.
type nonrec t = {dataSourceName : DataSourceName.t;The name of the data source to retrieve log fields for.
*)dataSourceType : DataSourceType.t;The type of the data source to retrieve log fields for.
*)}