File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_usage_total" -H ' Content-Type: application/json' -d @mapping/copilot_usage_total_mapping.json
2- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_usage_breakdown" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_mapping.json
3- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_usage_breakdown_chat" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_chat_mapping.json
4- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_seat_info_settings" -H ' Content-Type: application/json' -d @mapping/copilot_seat_info_settings_mapping.json
5- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_seat_assignments" -H ' Content-Type: application/json' -d @mapping/copilot_seat_assignments_mapping.json
6- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_user_adoption" -H ' Content-Type: application/json' -d @mapping/copilot_user_adoption_mapping.json
7- curl -X PUT " http:// $ELASTICSEARCH_URL /copilot_user_metrics" -H ' Content-Type: application/json' -d @mapping/copilot_user_metrics_mapping.json
1+ curl -X PUT " $ELASTICSEARCH_URL /copilot_usage_total" -H ' Content-Type: application/json' -d @mapping/copilot_usage_total_mapping.json
2+ curl -X PUT " $ELASTICSEARCH_URL /copilot_usage_breakdown" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_mapping.json
3+ curl -X PUT " $ELASTICSEARCH_URL /copilot_usage_breakdown_chat" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_chat_mapping.json
4+ curl -X PUT " $ELASTICSEARCH_URL /copilot_seat_info_settings" -H ' Content-Type: application/json' -d @mapping/copilot_seat_info_settings_mapping.json
5+ curl -X PUT " $ELASTICSEARCH_URL /copilot_seat_assignments" -H ' Content-Type: application/json' -d @mapping/copilot_seat_assignments_mapping.json
6+ curl -X PUT " $ELASTICSEARCH_URL /copilot_user_adoption" -H ' Content-Type: application/json' -d @mapping/copilot_user_adoption_mapping.json
7+ curl -X PUT " $ELASTICSEARCH_URL /copilot_user_metrics" -H ' Content-Type: application/json' -d @mapping/copilot_user_metrics_mapping.json
You can’t perform that action at this time.
0 commit comments