Elastic Search integration with Magneto 2.3.3 Version

While running the following command, I got the below result

Command :

curl -XGET http://localhost:9200/_cat/indices?v

Result :

   ubuntu@ip-172-31-19-11:~$ curl -XGET http://localhost:9200/_cat/indices?v
    health status index                                             uuid                   pri rep docs.count docs.deleted store.size pri.store.size
    yellow open   tc_dev_product_3_v8                               17H7wt8mRL6QVSz_KkkBUg   5   1     144068            0     21.4mb         21.4mb
    yellow open   tc_dev_product_1_v8                               _KpItME4RkynV_ZXse-tGQ   5   1     144068            0     21.6mb         21.6mb
    yellow open   adam_turfcare_product_1_v2                        5cX7njCfRc6fJqVcVWnxbQ   5   1      10001            0      1.6mb          1.6mb
    green  open   magento2_default_thesaurus_20200527_201730        ndgMX27LTC2n1y5cX6bS3w   1   0          0            0       261b           261b
    green  open   magento2_default_catalog_category_20200527_201727 i7WKdIqjQ7iCYETrNUm9Vw   1   0         35            0     27.2kb         27.2kb

Then I try the below command and get some outputs (its too large one).

Command:

curl http://localhost:9200/tc_dev_product_3_v8/_mapping?pretty

Thanks