Skip to content
Snippets Groups Projects
  • Matt Wise's avatar
    f3fe8218
    Support ECK/Elasticsearch on EKS · f3fe8218
    Matt Wise authored
    commit 11fe6d13 
    Author: Matt Wise <wsmatth@amazon.com> 
    Date: Fri Mar 19 2021 13:27:57 GMT-0500 (Central Daylight Time) 
    
        AWS update elasticsearch int test client
    
    
    commit b5163a9f 
    Author: Matt Wise <wsmatth@amazon.com> 
    Date: Thu Mar 18 2021 14:41:32 GMT-0500 (Central Daylight Time) 
    
        update elastic client
    f3fe8218
    History
    Support ECK/Elasticsearch on EKS
    Matt Wise authored
    commit 11fe6d13 
    Author: Matt Wise <wsmatth@amazon.com> 
    Date: Fri Mar 19 2021 13:27:57 GMT-0500 (Central Daylight Time) 
    
        AWS update elasticsearch int test client
    
    
    commit b5163a9f 
    Author: Matt Wise <wsmatth@amazon.com> 
    Date: Thu Mar 18 2021 14:41:32 GMT-0500 (Central Daylight Time) 
    
        update elastic client
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 1.05 KiB
# Copyright © 2020 Amazon Web Services
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

.idea/
*.iml

target/
bin/
load-tests/*.pyc
# Eclipse
.classpath
.project
.settings/
.project
.classpath
.factorypath

# Environment configuration
*.env
.envrc
.sts4*


### IntelliJ IDEA ###
*.iml

dist/