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

Support for multiple ES versions #71

Closed
lukas-vlcek opened this issue Nov 27, 2017 · 4 comments
Closed

Support for multiple ES versions #71

lukas-vlcek opened this issue Nov 27, 2017 · 4 comments

Comments

@lukas-vlcek
Copy link
Member

lukas-vlcek commented Nov 27, 2017

We want to support multiple versions of target ES (and related Kibana). The idea is that the code will produce distinct index templates, Kibana index patterns and asciidoc documentation for the fields based on the common templates for all supported ES versions.

Related issue: #70

@richm
Copy link
Member

richm commented Nov 27, 2017

not asciidoc documentation - afaik there is nothing es 2.x or 5.x specific about the documentation.

@lukas-vlcek
Copy link
Member Author

What if there will be at some point in the future? I think it does not hurt if we make it general and generate docs for each supported data model or ES version. WDYT?

@richm
Copy link
Member

richm commented Nov 27, 2017

What if there will be at some point in the future? I think it does not hurt if we make it general and generate docs for each supported data model or ES version. WDYT?

I think it makes things a lot more complicated for doc writers and end users to have two completely different sets of documentation. I would rather not solve a problem that we do not yet have.

@lukas-vlcek
Copy link
Member Author

Sure. I was looking into the code and I think we can start generating distinct doc sets per supported version only once we really need this option.

lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 28, 2017
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 28, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 28, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 28, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 28, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Nov 30, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Dec 7, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Dec 7, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Dec 13, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#69
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Dec 15, 2017
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 3, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 3, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 3, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 3, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 4, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 4, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 4, 2018
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 4, 2018
- Generate index templates for all supported ES versions
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 5, 2018
- Generate index templates for all supported ES versions
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 12, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 12, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 12, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 15, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 15, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 18, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 18, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 18, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 19, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of few string fields from keyword to text
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 19, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of few string fields from keyword to text
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 19, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of few string fields from keyword to text
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Added CI tests via Travis service

Closes: ViaQ#71
Should fix: ViaQ#67, ViaQ#68, ViaQ#73
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 19, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 22, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 22, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 22, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 23, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 23, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 25, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 25, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 25, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 25, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 26, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
lukas-vlcek added a commit to lukas-vlcek/elasticsearch-templates that referenced this issue Jan 26, 2018
- Generate index templates for all supported ES versions
- Drop the 'description' field from index-patterns (Closes ViaQ#77)
- Change mapping of container_name field from keyword to text (Closes ViaQ#78)
- Fix mapping of ipv4 and ipv6 fields (Closes ViaQ#79)
- Change type of aushape.error from `keyword` to `text` (Closes ViaQ#80)
- ES 5x supports text or keyword types instead of string type (Closes ViaQ#67)
- ES 5x index option supports only true/false (Closes ViaQ#68)
- ES 5x definition of norms changes structure (Closes ViaQ#73)
- Mapping definition for [ipaddr4] has unsupported parameters: [norms : false] (Closes ViaQ#82)
- Do not use dashes in script name (Closes ViaQ#81)
- Added CI tests via Travis service

Closes ViaQ#71
@richm richm closed this as completed in #70 Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants