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

ebula.gradle-metrics-plugin.8.3.3.source-code.default-build-metrics-mappings.json Maven / Gradle / Ivy

Go to download

Gradle Metrics plugin: Collects gradle metrics and publishes to ElasticSearch HTTP/Splunk/REST endpoints

There is a newer version: 10.1.8
Show newest version
{
    "settings": {
        "analysis": {
            "analyzer": {
                "default": {
                    "type": "standard"
                }
            }
        }
    },
    "mappings": {
        "_default_": {
            "_all": { "enabled": false },
            "properties": {
                "events": { "type": "nested" },
                "tasks": { "type": "nested" },
                "tests": { "type": "nested" },
                "artifacts": { "type": "nested" },
                "info": {
                    "properties": {
                        "environmentVariables": { "type": "nested" },
                        "systemProperties": { "type": "nested" }
                    }
                },
                "gradleLintViolations": { "type": "nested" }
            },
            "dynamic_templates": [
                {
                    "strings": {
                        "match_mapping_type": "string",
                        "mapping": {
                            "type": "string",
                            "fields": {
                                "raw": {
                                    "type":  "string",
                                    "index": "not_analyzed",
                                    "ignore_above": 256
                                }
                            }
                        }
                    }
                }
            ]
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy