I am trying to create IP and GEO mapping pipeline but I get issues

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

{
  "datasources": [
    {
      "name": "map-datasource",
      "state": "CREATE_FAILED",
      "endpoint": "https://geoip.maps.opensearch.org/v1/geolite2-city/manifest.json",
      "update_interval_in_days": 3,
      "next_update_at_in_epoch_millis": 1721311054499,
      "database": {},
      "update_stats": {
        "last_failed_at_in_epoch_millis": 1721052083613
      }
    }
  ]
}

Describe the issue:

Configuration:

Relevant Logs or Screenshots:

@Adwait I’ve followed OpenSearch documentation to create the IP2Geo data source and I added it successfully. I’ve used version 2.15. What is yours?

https://opensearch.org/docs/latest/ingest-pipelines/processors/ip2geo/#creating-the-ip2geo-data-source

Mine is 2.13 ,tried document but failed

@Adwait I’ve just tested 2.13 and it also completed successfully.

opensearch-node1_2.13.0  | [2024-07-16T09:57:33,567][INFO ][o.o.g.i.j.DatasourceUpdateService] [opensearch-node1] GeoIP database creation succeeded for my-datasource and took PT2M39.118255054S seconds

I’ve tested that with an admin user.

Do you see any errors in OpenSearch logs?

Hey ,Thanks for the help ,but I am facing issue specifically in this account.I have another account in which I reied to achive same and it worked. Any idea where can I look in?

@Adwait As I mentioned before, OpenSearch logs should tell you more.
Do you see any errors with that specific user in the logs?