-
Notifications
You must be signed in to change notification settings - Fork 222
Comparing changes
Open a pull request
base repository: awslabs/amazon-kinesis-agent
base: v1.0.1
head repository: awslabs/amazon-kinesis-agent
compare: master
Commits on Nov 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7bb13d4 - Browse repository at this point
Copy the full SHA 7bb13d4View commit details
Commits on Apr 11, 2016
-
Agent extensions library, plus data pre-processing extension support (#…
…11) * Add amazon-kinesis-agent-extension dependency. Add gitignore file. * Add data conversion functionality to parser classes. * Implement converter test. * Fix example converter class name. * Fix build scripts (setup and ant). * Add script to manually run Kinesis Agent on older Linux versions. Add script to read N records from the stream, basically simplification for aws cli kinesis commands. Update Agent config with "initialPosition" options. * Fix K Stream reader script. * Better output for K Stream reader script * Fix K Agent manual runner: remove JAVA library directory from classpath.
Configuration menu - View commit details
-
Copy full SHA for 919f853 - Browse repository at this point
Copy the full SHA 919f853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f62dea - Browse repository at this point
Copy the full SHA 1f62deaView commit details
Commits on Apr 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c1d2e63 - Browse repository at this point
Copy the full SHA c1d2e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a88340 - Browse repository at this point
Copy the full SHA 6a88340View commit details
Commits on Apr 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 653bcf2 - Browse repository at this point
Copy the full SHA 653bcf2View commit details
Commits on May 20, 2016
-
Initial support for installing the agent on Ubuntu hosts. (#27)
* Initial support for installing the agent on Ubuntu hosts. This commit refactors the setup script so that its a little more idempotent, easier to read the output of the wget downloads, and now supports Ubuntu as well as RHEL/AmazonLinux. We also create a new Ubuntu-specific startup script thats vastly simpler than the RedHat/Amazon Linux script. * Re-order the build dependency search path. By passing in the build dependency search path with the system path first, if the system already has a library (like guava) installed thats older than the desired library, it is then loaded up during the build process and the downloaded dependency is ignored.
Configuration menu - View commit details
-
Copy full SHA for 7c96a1c - Browse repository at this point
Copy the full SHA 7c96a1cView commit details
Commits on Jun 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 12c2580 - Browse repository at this point
Copy the full SHA 12c2580View commit details
Commits on Jun 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 25ad291 - Browse repository at this point
Copy the full SHA 25ad291View commit details
Commits on Jul 6, 2016
-
fix permissions issue in RedHat startup script (#38)
Running `mkdir -p` resulted in the `/var/run/aws-kinesis-agent` directory being created as root, but the aws-kinesis-agent-user user needs to have permissions to that directory. This change results in `aws-kinesis-agent-user` being the owner of the directory, instead of root.
Configuration menu - View commit details
-
Copy full SHA for f51ff40 - Browse repository at this point
Copy the full SHA f51ff40View commit details
Commits on Jul 14, 2016
-
* Fix a few bugs in the Ubuntu init script * Dynamically find the 'service' command path in the babysit script * Leverate the actual init scripts for auto-restarting the agent if necessary. This is definitely simpler! * A few more Ubuntu init script bug fixes. Ensure that we error out on any failure, properly return an exit code. This makes sure that the updated cron job to sanity check the service works properly. * Set the CLASSPATH more safely -- ensure packaged JARs are used first! * Re-implement the babysit script, but with a small bugfix. The babysit script does indeed do usefull things (verifies that the service _should_ be running and then restarts it if its not).
Configuration menu - View commit details
-
Copy full SHA for 3e0a560 - Browse repository at this point
Copy the full SHA 3e0a560View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13a17f - Browse repository at this point
Copy the full SHA e13a17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a6726 - Browse repository at this point
Copy the full SHA 61a6726View commit details
Commits on Sep 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9c29857 - Browse repository at this point
Copy the full SHA 9c29857View commit details -
Fix for race condition from babysit cron job (#49)
- Fix race condition from babysit cron job
Configuration menu - View commit details
-
Copy full SHA for 7d1429b - Browse repository at this point
Copy the full SHA 7d1429bView commit details
Commits on Sep 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 78e7c50 - Browse repository at this point
Copy the full SHA 78e7c50View commit details
Commits on Sep 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e1d48d8 - Browse repository at this point
Copy the full SHA e1d48d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c60e0 - Browse repository at this point
Copy the full SHA 51c60e0View commit details
Commits on Jun 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 69f7b41 - Browse repository at this point
Copy the full SHA 69f7b41View commit details -
ADDMETADATA feature to allow addition of arbitrary metadata in JSON f…
…ormat (#68) * Adding ADDMETADATA configuration option to insert JSON metadata inline with record * Adding ADDMETADATA configuration option to insert JSON metadata inline with record * Fixing metadata field name
Configuration menu - View commit details
-
Copy full SHA for b47dbe5 - Browse repository at this point
Copy the full SHA b47dbe5View commit details
Commits on Jun 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 807ed63 - Browse repository at this point
Copy the full SHA 807ed63View commit details
Commits on Dec 21, 2017
-
* Adding EC2 aws sdk package * Adding EC2 aws sdk dependency * Initial commit * Fixing configuration example * Adding support for the AddEC2MetadataConverter * Adding support for metadata auto refresh * Updated metadata timestamp to iso time format * Fine tuning log messages
Configuration menu - View commit details
-
Copy full SHA for aa78921 - Browse repository at this point
Copy the full SHA aa78921View commit details -
Agent config directory for flow configurations (#113)
* Adding support for configuration directory * Fixing ident * Adding config dir to the install * Fixing try catch flow issue
Configuration menu - View commit details
-
Copy full SHA for 817ddb8 - Browse repository at this point
Copy the full SHA 817ddb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c45be - Browse repository at this point
Copy the full SHA 62c45beView commit details
Commits on Dec 22, 2017
-
Changed the ordering of configuration loading, added additional debug (…
…#90) * Changed the ordering of configuration loadin, added additional debug logs to LogToJSONDataConverter and included extra depenedencies in the pom file * Added logging to CSVToJSONDataConverter and removed debug messages on each parse in LogToJSONDataConverter * Changed logging to use a single method call instead of making it a property of the class
Configuration menu - View commit details
-
Copy full SHA for 2062ecb - Browse repository at this point
Copy the full SHA 2062ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 830ef04 - Browse repository at this point
Copy the full SHA 830ef04View commit details
Commits on Mar 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 881d0e0 - Browse repository at this point
Copy the full SHA 881d0e0View commit details -
Change hard coded path for java to use the current java home that is …
…running ant. As long as java is in the PATH, this should work assuming its a JDK. (#131)
Configuration menu - View commit details
-
Copy full SHA for 35bacf4 - Browse repository at this point
Copy the full SHA 35bacf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3d7ee - Browse repository at this point
Copy the full SHA 0a3d7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bae50 - Browse repository at this point
Copy the full SHA a2bae50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b10bb - Browse repository at this point
Copy the full SHA 30b10bbView commit details
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 21705b1 - Browse repository at this point
Copy the full SHA 21705b1View commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f4828b6 - Browse repository at this point
Copy the full SHA f4828b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 920254b - Browse repository at this point
Copy the full SHA 920254bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2812d - Browse repository at this point
Copy the full SHA fb2812dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bde3f7 - Browse repository at this point
Copy the full SHA 6bde3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52ac1a - Browse repository at this point
Copy the full SHA a52ac1aView commit details
Commits on Oct 9, 2018
-
Replace the internal custom logger with Log4j standard loggers (#150)
* Replace the internal custom logger with Log4j standard loggers The primary work here is to remove the internal custom logging library and replace it with a standard Log4j setup. This lets the user define their own logging settings in a standard way that doesn't require a bunch of custom settings in the AgentConfiguration class. Unfortunately there are a few other fixes in here that we've squashed down - I've tried to list them here: * Fix a few bugs in the Ubuntu init script * Dynamically find the 'service' command path in the babysit script * Leverate the actual init scripts for auto-restarting the agent if necessary. * A few more Ubuntu init script bug fixes. * Package the app up into amazon-kinesis-agent-<tag>.tar.gz files. * Bugfix: /etc/default, not /etc/defaults on Ubuntu * Bugfix on the babysit script: --ppid doesn't work everywhere. * Remove custom logger * Revert setup -> setup.sh change * Add back inadvertantly removed lines from the babysit script
Configuration menu - View commit details
-
Copy full SHA for 627d226 - Browse repository at this point
Copy the full SHA 627d226View commit details
Commits on Oct 10, 2018
-
[FIX] Setup and init scripts (#152)
* [FIX]Added execute permission on setup script * [FIX]Using log4j instead of build in logger * [FIX]Properly determine distro name
Configuration menu - View commit details
-
Copy full SHA for c29662e - Browse repository at this point
Copy the full SHA c29662eView commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cfe4483 - Browse repository at this point
Copy the full SHA cfe4483View commit details
Commits on Oct 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d17e2e8 - Browse repository at this point
Copy the full SHA d17e2e8View commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e0f246 - Browse repository at this point
Copy the full SHA 8e0f246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349554c - Browse repository at this point
Copy the full SHA 349554cView commit details
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2177990 - Browse repository at this point
Copy the full SHA 2177990View commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 75c3dd7 - Browse repository at this point
Copy the full SHA 75c3dd7View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d0e32b - Browse repository at this point
Copy the full SHA 6d0e32bView commit details
Commits on Mar 24, 2020
-
Bump jackson-databind from 2.8.11 to 2.9.10.1 (#193)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.8.11 to 2.9.10.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27b41f8 - Browse repository at this point
Copy the full SHA 27b41f8View commit details -
Bump jackson-databind from 2.9.10.1 to 2.9.10.3 (#197)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.3. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 93dd074 - Browse repository at this point
Copy the full SHA 93dd074View commit details
Commits on Apr 16, 2020
-
switch log4j from 1.2.x to 2.12.1, aws sdk from 1.11.28 to 1.11.700, …
…jackson from 2.8.x to 2.10.3
Marat Khusainov committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for fef5145 - Browse repository at this point
Copy the full SHA fef5145View commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ee2587 - Browse repository at this point
Copy the full SHA 1ee2587View commit details
There are no files selected for viewing