You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
json file mapping needs to be versionized and stored a folder called templates
NOTE about updating field mappings
Updating field mappings
In general, the mapping for existing fields cannot be updated. There are some exceptions to this rule. For instance:
- new properties can be added to Object datatype fields.
- new multi-fields can be added to existing fields.
- the ignore_above parameter can be updated.
checking the status of elastic search e.g. disk space, nodes, shards, CPU, RAM
Story Points
8
Definition of Done
command to check ES cluster health (keep it in my mind that this CLI is not just strictly for ES... maybe a command like hwsc es health)
a helpful guide e.g. hwsc help? or hwsc help es health or hwsc es help health (this depends on the CLI library https://github.com/spf13/cobra we are using)
good CLI messages
unit test separate task
The text was updated successfully, but these errors were encountered:
Description
As a software engineer, I need to be able to manage services and resources.
I suggest you read all the brief tutorials starting from https://www.elastic.co/guide/en/elasticsearch/reference/7.0/getting-started.html
I am referring about the guide in the picture I posted. The image does not include all of the tutorials. You MIGHT have to read some of them.
Requirements
Scalability
Design HWSC CLI app in a way that it can be used as a library if it is not being using as a CLI app. An example would be https://github.com/golang-migrate/migrate#use-in-your-go-project. In this way, we can use it in with other services.
Features
hwsc CLI app should be able to perform the following:
help
help
command to show a summary of commands and options that are available.manage ElasticSearch
Story Points
8
Definition of Done
hwsc es health
)hwsc help
? orhwsc help es health
orhwsc es help health
(this depends on the CLI library https://github.com/spf13/cobra we are using)unit testseparate taskThe text was updated successfully, but these errors were encountered: