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
@@ -75,7 +74,6 @@ The quickest way to get started is to use our Postman request collection. The fo
75
74
- From Postman, Import -> Select downloaded Foresight postman collection
76
75
77
76
2.**Configure Postman Environment**
78
-
79
77
- Setup a new environment in Postman. Click New -> Environment.
80
78
- Name the new environment _Foresight API_
81
79
- Add the following variables:
@@ -85,7 +83,6 @@ The quickest way to get started is to use our Postman request collection. The fo
85
83
- Click Add to create
86
84
87
85
3.**Authenticate**
88
-
89
86
- In the Authorization tab for the collection, select OAuth 2.0 from the Type dropdown list. By default Postman will append the access token to Bearer in the Authorization header for your request.
90
87
- To request an access token, fill out the fields in the Configure New Token section. There are several ways to configure based on the Grant Type you want to use. For the Password Credentials grant type enter the following details:
@@ -101,7 +100,6 @@ Additional information on installing AWS CLI is available at [AWS Amazon](https:
101
100
1. Obtain your deployment code repository from the [CloudScend Foresight ECS Deployment location](PUT A LINK IN HERE?).
102
101
103
102
2. Deployment order of CloudScend Foresight containers:
104
-
105
103
- Commondata Database
106
104
- Commondata Backend
107
105
- Metabase DB
@@ -147,7 +145,6 @@ For example, the following describe and register statements create task definiti
147
145
4. Create ECS Services
148
146
149
147
- If your administrator has chosen the Fargate service, then create ECS Fargate Services
150
-
151
148
- To create a service with Fargate, run similar AWS CLI command below for each ECS Task Definition previously created. Below is an example using the commondata-db container. Ensure you use the correct network and cluster values for your environment.
152
149
153
150
```
@@ -156,7 +153,6 @@ For example, the following describe and register statements create task definiti
156
153
157
154
:::note
158
155
It’s recommended to run Elasticsearch on Fargate due to recent compatibility contingencies.
159
-
160
156
- To fix paging issue on Elasticsearch EC2 attempt to add this command to the instances: **THIS SAYS EC2 BUT DEALING WITH FARGATE**
161
157
- sudo sysctl -w vm.max_map_count=262144
162
158
- sudo sysctl -w fs.file-max=65536
@@ -225,7 +221,6 @@ Below find an example of a successful output when task definition is properly re
225
221
```
226
222
227
223
- If your administrator has chosen the EC2 service, then create ECS EC2 Services
228
-
229
224
- To create a service with ECS EC2, run simialiar AWS CLI command for each Task Definition previously created. Below is an example using the commondata container. Ensure you use the correct network and cluster values for your environment.
@@ -74,7 +73,6 @@ The quickest way to get started is to use our Postman request collection. The fo
74
73
- From Postman, Import -> Select downloaded Foresight postman collection
75
74
76
75
2.**Configure Postman Environment**
77
-
78
76
- Setup a new environment in Postman. Click New -> Environment.
79
77
- Name the new environment _Foresight API_
80
78
- Add the following variables:
@@ -84,7 +82,6 @@ The quickest way to get started is to use our Postman request collection. The fo
84
82
- Click Add to create
85
83
86
84
3.**Authenticate**
87
-
88
85
- In the Authorization tab for the collection, select OAuth 2.0 from the Type dropdown list. By default Postman will append the access token to Bearer in the Authorization header for your request.
89
86
- To request an access token, fill out the fields in the Configure New Token section. There are several ways to configure based on the Grant Type you want to use. For the Password Credentials grant type enter the following details:
0 commit comments