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: logstash-plugins/logstash-filter-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: logstash-plugins/logstash-filter-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plugin-api-v1
Choose a head ref
  • 16 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 21, 2016

  1. Added config options for result size, sorting and fail on error. Prev…

    …ent duplicate results and empty results being added.
    
    Fixes #36
    Christiaan Kortekaas authored and Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    9b77301 View commit details
    Browse the repository at this point in the history
  2. adapt the interface to use boolean plus cleaning up the code from opt…

    …ions to search more than one event
    
    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    72d29c3 View commit details
    Browse the repository at this point in the history
  3. Add the idea of clients to connect with ES, so it simplify testing an…

    …d code mantainance, also added initial integration test suite.
    
    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    8b399a3 View commit details
    Browse the repository at this point in the history
  4. add pry as a test dependency

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    c9508be View commit details
    Browse the repository at this point in the history
  5. Update elasticsearch.rb

    Points users to the ES DSL if they want to use a query.
    
    Fixes #36
    markwalkom authored and Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    1243d23 View commit details
    Browse the repository at this point in the history
  6. pointing the query syntax to the right place inside elasticsearch doc…

    …umentation
    
    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    f930f3b View commit details
    Browse the repository at this point in the history
  7. adding support to specify an index for the query

    Fixes #36
    jehuty0shift authored and Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    9ad13e6 View commit details
    Browse the repository at this point in the history
  8. Correct in-code documentation. Fix #30

    Fixes #36
    jehuty0shift authored and Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    da54349 View commit details
    Browse the repository at this point in the history
  9. make proper use of old key and new key syntax when transfering events

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    0065c98 View commit details
    Browse the repository at this point in the history
  10. add default hosts for localhost:9200

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    7931174 View commit details
    Browse the repository at this point in the history
  11. add a few unit test for expect plugin behaviour

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    fcd7e39 View commit details
    Browse the repository at this point in the history
  12. version 2.1.0 bump

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    98f20da View commit details
    Browse the repository at this point in the history
  13. update travis.yml file

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    28d5cd7 View commit details
    Browse the repository at this point in the history
  14. ammend buggy tests

    Fixes #36
    Pere Urbon-Bayes committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    4d519d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Fix typo

    Fixes #39
    Steve Foale authored and Pere Urbon-Bayes committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    2280077 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. make sure ES gets the right index param to fetch data only from desir…

    …ed indexes
    
    version 2.1.1 bump
    
    Fixes #41
    Pere Urbon-Bayes committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    86d0ff8 View commit details
    Browse the repository at this point in the history
Loading