Missing Various Plugins

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OpenSearch 2.11

I am using the tarball distribution. I used ./opensearch-tar-install.sh to start the opensearch server.
[2024-02-26T15:54:08,376][INFO ][o.o.j.s.JobSweeper ] [acayci-dev] Running full sweep

Describe the issue:
I am performing the following to list of all plugins. It seems to be missing quite a few.

[acayci@acayci-dev opensearch-2.11.1]$ curl -k -uadmin:admin -X GET -H "content-type: application/json" https://localhost:9200/_cat/plugins
opensearch-node1 analysis-icu                     1.2.3
opensearch-node1 analysis-kuromoji                1.2.3
opensearch-node1 analysis-nori                    1.2.3
opensearch-node1 analysis-smartcn                 1.2.3
opensearch-node1 ingest-attachment                1.2.3
opensearch-node1 ingest-langdetect                1.2.3
opensearch-node1 ltr                              1.5.4-os1.2.3
opensearch-node1 opensearch-replace-filter-plugin 1.2.3
opensearch-node1 opensearch-security              1.2.3.0
opensearch-node1 repository-s3

But when I do this, it returns much more plugins that are installed.

[acayci@acayci-dev bin]$ ./opensearch-plugin list
opensearch-alerting
opensearch-anomaly-detection
opensearch-asynchronous-search
opensearch-cross-cluster-replication
opensearch-custom-codecs
opensearch-geospatial
opensearch-index-management
opensearch-job-scheduler
opensearch-knn
opensearch-ml
opensearch-neural-search
opensearch-notifications
opensearch-notifications-core
opensearch-observability
opensearch-performance-analyzer
opensearch-reports-scheduler
opensearch-security
opensearch-security-analytics
opensearch-sql
[acayci@acayci-dev bin]$

Please let me know how I would interpret these two responses. Thank you.

Configuration:

Relevant Logs or Screenshots:

I was able to solve this as well. I was using the wrong version of OpenSearch.