Skip to content

Commit

Permalink
Aerospike module
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshadow007 committed Jun 27, 2017
1 parent fa7fc6d commit 6841750
Show file tree
Hide file tree
Showing 190 changed files with 44,036 additions and 0 deletions.
73 changes: 73 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,51 @@ Third party libraries used by the Beats project:
==========================================================================


--------------------------------------------------------------------
Dependency: github.com/aerospike/aerospike-client-go
Revision: 0f3b54da6bdc2c31c505f9afbc5f434dd2089658
License type (autodetected): Apache License 2.0
./vendor/github.com/aerospike/aerospike-client-go/LICENSE:
--------------------------------------------------------------------
Apache License 2.0


--------------------------------------------------------------------
Dependency: github.com/aerospike/aerospike-client-go/pkg/bcrypt
Revision: 0f3b54da6bdc2c31c505f9afbc5f434dd2089658
License type (autodetected): BSD 3-clause license
./vendor/github.com/aerospike/aerospike-client-go/pkg/bcrypt/LICENSE:
--------------------------------------------------------------------
Copyright (c) 2011 James Keane <[email protected]>. All rights reserved.
Copyright (c) 2006 Damien Miller <[email protected]>.
Copyright (c) 2011 ZooWar.com, All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of weekendlogic nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------
Dependency: github.com/andrewkroh/sys
Revision: 287798fe3e430efeb9318b95ff52353aaa2b59b1
Expand Down Expand Up @@ -3101,6 +3146,34 @@ License type (autodetected): Apache License 2.0
Apache License 2.0


--------------------------------------------------------------------
Dependency: github.com/yuin/gopher-lua
Revision: b402f3114ec730d8bddb074a6c137309f561aa78
License type (autodetected): MIT license
./vendor/github.com/yuin/gopher-lua/LICENSE:
--------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2015 Yusuke Inuzuka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------------------------------------------------
Dependency: golang.org/x/net
Revision: e90d6d0afc4c315a0d87a568ae68577cc15149a0
Expand Down
5 changes: 5 additions & 0 deletions metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- proxy_dep

env_file:
- ${PWD}/module/aerospike/_meta/env
- ${PWD}/module/apache/_meta/env
- ${PWD}/module/ceph/_meta/env
- ${PWD}/module/couchbase/_meta/env
Expand Down Expand Up @@ -43,6 +44,7 @@ services:
proxy_dep:
image: busybox
depends_on:
aerospike: { condition: service_healthy }
apache: { condition: service_healthy }
ceph: { condition: service_healthy }
couchbase: { condition: service_healthy }
Expand All @@ -67,6 +69,9 @@ services:
zookeeper: { condition: service_healthy }

# Modules
aerospike:
build: ${PWD}/module/aerospike/_meta

apache:
build: ${PWD}/module/apache/_meta

Expand Down
Loading

0 comments on commit 6841750

Please sign in to comment.