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

[WIP] Introduce dynamic index patterns #10450

Closed
wants to merge 6 commits into from

Commits on Jan 31, 2019

  1. Introduce dynamic index patterns

    With the introduction of `migration.enabled` config option the index pattern must generated on the fly to skip migration alias if needed.
    
    Currently this PR generates the index pattern as a file in the Kibana directory and then it reads in the data as before. This so far seems to work but as not ideal. The fieldsYML data should be loaded directly from the go fields and the file should never be generated on disk.
    
    TODO
    
    * Stop generation of index pattern on make update
    * Make sure packaging works as expected withut index pattern
    * Remove directory
    * Introduce command to export index pattern -> needed?
    ruflin committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    6a5a327 View commit details
    Browse the repository at this point in the history
  2. make it possible to load fields from internal field storage

    remove kibana index pattern export step as not needed anymore, also remove it from makefile
    
    strangely if now the index pattern is generated it reports duplicates. Needs investigation.
    ruflin committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    590728e View commit details
    Browse the repository at this point in the history
  3. add changelog follow up

    ruflin committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    aa01503 View commit details
    Browse the repository at this point in the history
  4. add pr id

    ruflin committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4195e6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8bdb62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50a35ba View commit details
    Browse the repository at this point in the history