Full name: projects.locations.instances.logTypes.parsers.create
Create a parser.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{parent}/parsers
Path parameters
Parameters
parent
string
Required. The parent resource where this parser will be created. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logtype}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This webpage details the process of creating a parser using the `projects.locations.instances.logTypes.parsers.create` method."],["The HTTP request is a `POST` to a specific URL with the format `https://chronicle.googleapis.com/v1alpha/{parent}/parsers`, where the `parent` parameter is required to specify the resource location."],["Creating a parser requires including a `Parser` instance in the request body and will result in a new `Parser` instance in the response body upon successful execution."],["The operation requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `chronicle.parsers.create` IAM permission on the specified parent resource."]]],[]]