Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple query time range limit #1806

Merged
merged 15 commits into from
Feb 18, 2016
Merged

Simple query time range limit #1806

merged 15 commits into from
Feb 18, 2016

Commits on Feb 18, 2016

  1. Implement simple query time range limit

    In order to guard the system against accidental queries covering a large
    time range, the "query_time_range_limit" setting now provides a limit for
    those queries.
    If a search query exceeeds the time range given in "query_time_range_limit",
    the query is modified to fit within that limit by adjusting the starting time.
    Jochen Schalanda authored and bernd committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    40a530b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203bf3f View commit details
    Browse the repository at this point in the history
  3. Start UI components for the System/Configurations page

    Only components for the search config for now.
    bernd committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    5cdc61d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d408cf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d46d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1659a65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de4f139 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9ed6db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1f6ffb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    351be6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6251af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eea3973 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbf8454 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    67f04c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c794772 View commit details
    Browse the repository at this point in the history