All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.text_structure.test_grok_pattern.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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