Skip to content

Commit

Permalink
add index pattern url change notes (elastic#30882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Feb 12, 2019
1 parent b4ae56a commit f6bd919
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/migration/migrate_7_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,15 @@ the `path.data` directory when the node or instance starts.
`kibana.yml` file has been removed.

*Impact:* Use `xpack.xpack_main.telemetry.enabled` instead.

[float]
==== `management/kibana/(index|indices)` => `management/kibana/index_pattern(?s)`

*Details:* Kibana management URLs pertaining to index patterns have been changed
to accurately reflect their content, from `management/kibana/index` or
`management/kibana/indices` to `managemen/kibana/index_pattern` or
`management/kibana/index_patterns`.

*Impact:* References to these URLs will need to be updated.


0 comments on commit f6bd919

Please sign in to comment.