Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jasonchoi517/flume-elasticsearch-sink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cognitree/flume-elasticsearch-sink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 2 contributors

Commits on Jan 13, 2019

  1. first commit

    BiswasSouvik committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    b35109d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Second Commit

    BiswasSouvik committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    63d4aa2 View commit details
    Browse the repository at this point in the history
  2. Third Commit

    BiswasSouvik committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    f149ff6 View commit details
    Browse the repository at this point in the history
  3. Third Commit

    BiswasSouvik committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    c785b4e View commit details
    Browse the repository at this point in the history
  4. Delete .gitignore

    BiswasSouvik authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    c5ac8dd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. revised

    BiswasSouvik committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    7515c8d View commit details
    Browse the repository at this point in the history
  2. revised

    BiswasSouvik committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    9b06fc8 View commit details
    Browse the repository at this point in the history
  3. final commit

    BiswasSouvik committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2649f4d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. variable rename

    BiswasSouvik committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    130099b View commit details
    Browse the repository at this point in the history
  2. Merge pull request cognitree#7 from BiswasSouvik/flumeRestHighLevelCl…

    …ient
    
    Migration to RestHighLevelClient
    Srinathc authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    68b31dd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. RestHighLevelClient when ES is down (cognitree#8)

    * Fixed bug when ES is down.
    
    * ES version updated to 6.5.2
    
    * ES version updated to 6.5.2
    
    * Removed .DS_Store and other relevant files.
    
    * Removed .DS_Store and other relevant files.
    
    * Removed .DS_Store and other relevant files.
    
    * Removed .DS_Store and other relevant files.
    
    * Removed unnecessary class files.
    
    * Removed unnecessary files.
    
    * Removed unnecessary class files.
    
    * Removed unnecessary files.
    
    * Added method description and rename of variables.
    
    * Fixed the bug by throwing an exception instead of stopping the
    consumption from the channel.
    BiswasSouvik authored and Srinathc committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ed4c64b View commit details
    Browse the repository at this point in the history
Loading