Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 417 for elastic (0.08 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+pull-request+part-1.yml

    Mark Vieira <******@****.***> 1618441772 -0700
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 125 bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+pull-request+part-2.yml

    Mark Vieira <******@****.***> 1618441772 -0700
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 125 bytes
    - Click Count (0)
  3. README.asciidoc

    https://www.elastic.co/cloud/as-a-service[Elasticsearch Service on Elastic
    Cloud].
    
    If you prefer to install and manage Elasticsearch yourself, you can download
    the latest version from 
    https://www.elastic.co/downloads/elasticsearch[elastic.co/downloads/elasticsearch].
    
    For more installation options, see the
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 20 13:32:21 GMT 2021
    - 2.6K bytes
    - Click Count (0)
  4. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionArchiveCheckPluginFuncTest.groovy

                            "to contain [foo license] but it did not")
        }
    
        void elasticLicense(File file = file("licenses/ELASTIC-LICENSE-2.0.txt")) {
            file << """elastic license coorp stuff line 1
    elastic license coorp stuff line 2
    elastic license coorp stuff line 3
    """
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 5.9K bytes
    - Click Count (0)
  5. LICENSE.txt

    Side Public License, v 1 and the Elastic License 2.0 or (ii) an Apache License
    2.0 compatible license or (iii) solely under the Elastic License 2.0, in each
    case, as noted in the applicable header. The default throughout the repository
    is a dual license under the Server Side Public License, v 1 and the Elastic
    License 2.0, unless the header specifies another license. Code that is licensed
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 03 00:10:53 GMT 2021
    - 546 bytes
    - Click Count (0)
  6. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

              scopes = ['x-pack': 'Elastic', 'llrc': 'Apache2']
              profiles {
                Default {
                  keyword = 'the Elastic License 2.0 or the Server'
                  notice = '''\
                    Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
                    or more contributor license agreements. Licensed under the Elastic License
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  7. .ci/templates.t/pull-request-gradle-unix.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+{pr-job}"
        display-name: "elastic / elasticsearch - pull request {pr-job}"
        description: "Testing of Elasticsearch pull requests - {pr-job}"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+{pr-job}"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
        triggers:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  8. Vagrantfile

          config.vm.box = 'elastic/oraclelinux-6-x86_64'
          rpm_common config, box
        end
      end
      'oel-7'.tap do |box|
        config.vm.define box, define_opts do |config|
          config.vm.box = 'elastic/oraclelinux-7-x86_64'
          rpm_common config, box
        end
      end
      'fedora-28'.tap do |box|
        config.vm.define box, define_opts do |config|
          config.vm.box = 'elastic/fedora-28-x86_64'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
  9. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/LicensingPlugin.java

    /*
     * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
     * or more contributor license agreements. Licensed under the Elastic License
     * 2.0 and the Server Side Public License, v 1; you may not use this file except
     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.internal.conventions;
    
    import org.gradle.api.Plugin;
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 2.8K bytes
    - Click Count (0)
  10. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy

      <url>unknown</url>
      <scm>
        <url>unknown</url>
      </scm>
      <inceptionYear>2009</inceptionYear>
      <licenses>
        <license>
          <name>Elastic License 2.0</name>
          <url>https://raw.githubusercontent.com/elastic/elasticsearch/v1.0/licenses/ELASTIC-LICENSE-2.0.txt</url>
          <distribution>repo</distribution>
        </license>
        <license>
          <name>Server Side Public License, v 1</name>
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 19K bytes
    - Click Count (0)
Back to Top