Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 30 for includeCore (0.07 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/RestResourcesExtension.java

            private final ListProperty<String> includeCore;
            private final ListProperty<String> includeXpack;
    
            XpackRestResourcesSpec(ObjectFactory objects) {
                includeCore = objects.listProperty(String.class);
                includeXpack = objects.listProperty(String.class);
            }
    
            public void includeCore(String... include) {
                this.includeCore.addAll(include);
            }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 2.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestTestsTask.java

                xpackFileTree = xpackConfigToFileTree.apply(xpackConfig).matching(xpackPatternSet);
            }
            if (includeCore.get().isEmpty() == false) {
                corePatternSet.setIncludes(includeCore.get().stream().map(prefix -> prefix + "*/**").collect(Collectors.toList()));
                coreFileTree = coreConfigToFileTree.apply(coreConfig).matching(corePatternSet); // directory on disk
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 20 21:05:16 GMT 2021
    - 7.7K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/RestResourcesPlugin.java

     * <pre>
     * restResources {
     *   restApi {
     *     includeCore 'index', 'cat'
     *     includeXpack 'enrich'
     *   }
     * }
     * </pre>
     * <br>
     * <strong>Rest YAML tests :</strong> <br>
     * When the {@link RestResourcesPlugin} has been applied the {@link CopyRestTestsTask} will copy the Rest YAML tests if explicitly
     * configured with `includeCore` or `includeXpack` through the `restResources.restTests` extension.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jun 23 09:36:58 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  4. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/RestResourcesPluginFuncTest.groovy

            buildFile << """
                apply plugin: 'elasticsearch.java'
                apply plugin: 'elasticsearch.rest-resources'
    
                restResources {
                    restTests {
                        includeCore 'foo'
                        includeXpack 'bar'
                    }
                }
            """
            String apiCore1 = "foo1.json"
            String apiCore2 = "foo2.json"
            String apiXpack = "xpack.json"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 20 21:05:16 GMT 2021
    - 7K bytes
    - Click Count (0)
  5. TESTING.asciidoc

    parts of the API the tests depend upon.
    
    For example:
    ---------------------------------------------------------------------------
    restResources {
      restApi {
        includeCore '_common', 'indices', 'index', 'cluster', 'nodes', 'get', 'ingest'
      }
    }
    ---------------------------------------------------------------------------
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_it.properties

    labels.excludedDocUrls=URL da escludere dalla ricerca
    labels.hostname=Nome host
    labels.id=ID
    labels.includedPaths=Percorsi da includere nella scansione
    labels.includedUrls=URL da includere nella scansione
    labels.includedDocPaths=Percorsi da includere nella ricerca
    labels.includedDocUrls=URL da includere nella ricerca
    labels.maxAccessCount=Numero massimo di accessi
    labels.name=Nome
    labels.numOfThread=Numero di thread
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  7. helm/minio/templates/servicemonitor.yaml

    {{- if and .Values.metrics.serviceMonitor.enabled .Values.metrics.serviceMonitor.includeNode }}
    apiVersion: monitoring.coreos.com/v1
    kind: ServiceMonitor
    metadata:
      name: {{ template "minio.fullname" . }}
      {{- if .Values.metrics.serviceMonitor.namespace }}
      namespace: {{ .Values.metrics.serviceMonitor.namespace }}
      {{- end }}
      labels:
        app: {{ template "minio.name" . }}
        chart: {{ template "minio.chart" . }}
        release: {{ .Release.Name }}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Mon Apr 17 06:04:15 GMT 2023
    - 3.8K bytes
    - Click Count (0)
  8. helm/minio/values.yaml

      ## will be created.
      name: "minio-sa"
    
    metrics:
      serviceMonitor:
        enabled: false
        # scrape each node/pod individually for additional metrics
        includeNode: false
        public: true
        additionalLabels: {}
        annotations: {}
        # for node metrics
        relabelConfigs: {}
        # for cluster metrics
        relabelConfigsCluster:
          {}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 19.7K bytes
    - Click Count (1)
  9. helm-releases/minio-5.0.10.tgz

    create: true ## The name of the service account to use. If 'create' is 'true', a service account with that name ## will be created. name: "minio-sa" metrics: serviceMonitor: enabled: false # scrape each node/pod individually for additional metrics includeNode: false public: true additionalLabels: {} annotations: {} # for node metrics relabelConfigs: {} # for cluster metrics relabelConfigsCluste: {} # metricRelabelings: # - regex: (server|pod) # action: labeldrop namespace: ~ # Scrape interval, for example...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat May 27 00:05:49 GMT 2023
    - 20.3K bytes
    - Click Count (0)
  10. helm-releases/minio-5.0.9.tgz

    create: true ## The name of the service account to use. If 'create' is 'true', a service account with that name ## will be created. name: "minio-sa" metrics: serviceMonitor: enabled: false # scrape each node/pod individually for additional metrics includeNode: false public: true additionalLabels: {} # for node metrics relabelConfigs: {} # for cluster metrics relabelConfigsCluste: {} # metricRelabelings: # - regex: (server|pod) # action: labeldrop # namespace: monitoring # interval: 30s # scrapeTimeout:...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed May 03 06:23:26 GMT 2023
    - 20.2K bytes
    - Click Count (0)
Back to Top