github.com/Microsoft/fabrikate@v0.0.0-20190420002442-bff75be28d02/test/fixtures/generate/infra/components/efk/component.json (about)

     1  {
     2      "name": "elasticsearch-fluentd-kibana",
     3      "generator": "static",
     4      "path": "./manifests",
     5      "subcomponents": [
     6          {
     7              "name": "elasticsearch",
     8              "generator": "helm",
     9              "source": "https://github.com/helm/charts",
    10              "method": "git",
    11              "path": "stable/elasticsearch"
    12          },
    13          {
    14              "name": "elasticsearch-curator",
    15              "generator": "helm",
    16              "source": "https://github.com/helm/charts",
    17              "method": "git",
    18              "path": "stable/elasticsearch-curator"
    19          },
    20          {
    21              "name": "fluentd-elasticsearch",
    22              "generator": "helm",
    23              "source": "https://github.com/helm/charts",
    24              "method": "git",
    25              "path": "stable/fluentd-elasticsearch"
    26          },
    27          {
    28              "name": "kibana",
    29              "generator": "helm",
    30              "source": "https://github.com/helm/charts",
    31              "method": "git",
    32              "path": "stable/kibana"
    33          }
    34      ]
    35  }