File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ curl -X PUT "http://$ELASTICSEARCH_URL/copilot_usage_total" -H 'Content-Type: ap
22curl -X PUT " http://$ELASTICSEARCH_URL /copilot_usage_breakdown" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_mapping.json
33curl -X PUT " http://$ELASTICSEARCH_URL /copilot_usage_breakdown_chat" -H ' Content-Type: application/json' -d @mapping/copilot_usage_breakdown_chat_mapping.json
44curl -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
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
Original file line number Diff line number Diff line change 4646 "plan_type" : {
4747 "type" : " keyword"
4848 },
49- "days_since_last_activity" : {
49+ "days_since_last_activity" : {
5050 "type" : " long"
5151 },
5252 "is_active_today" : {
You can’t perform that action at this time.
0 commit comments