rest-api-spec.api.text_structure.test_grok_pattern.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"text_structure.test_grok_pattern": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern.html",
"description": "Tests a Grok pattern on some text."
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url": {
"paths": [
{
"path": "/_text_structure/test_grok_pattern",
"methods": ["GET", "POST"]
}
]
},
"params": {
"ecs_compatibility": {
"type": "string",
"description": "Optional parameter to specify the compatibility mode with ECS Grok patterns - may be either 'v1' or 'disabled'"
}
},
"body": {
"description": "The Grok pattern and text.",
"required": true
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy