Enrich Policy Execute Unable to Find Source Index

I have pasted the output of GET /_tasks below. For the sake of my learning what is the role of the .tasks index?
I will also go ahead and try and restart the instance and see if anything changes.

{
  "nodes" : {
    "qz0ey6USQa2Zq5kgeB-77w" : {
      "name" : "LAPTOP-QAJMR977",
      "transport_address" : "127.0.0.1:9300",
      "host" : "127.0.0.1",
      "ip" : "127.0.0.1:9300",
      "roles" : [
        "data",
        "data_cold",
        "data_content",
        "data_frozen",
        "data_hot",
        "data_warm",
        "ingest",
        "master",
        "ml",
        "remote_cluster_client",
        "transform"
      ],
      "attributes" : {
        "xpack.installed" : "true",
        "ml.max_jvm_size" : "8455716864",
        "ml.machine_memory" : "16907538432"
      },
      "tasks" : {
        "qz0ey6USQa2Zq5kgeB-77w:132294" : {
          "node" : "qz0ey6USQa2Zq5kgeB-77w",
          "id" : 132294,
          "type" : "direct",
          "action" : "cluster:monitor/tasks/lists[n]",
          "start_time_in_millis" : 1650420442108,
          "running_time_in_nanos" : 90600,
          "cancellable" : false,
          "parent_task_id" : "qz0ey6USQa2Zq5kgeB-77w:132293",
          "headers" : {
            "trace.id" : "9592fb1f2914efb59f85de50c2183e9e"
          }
        },
        "qz0ey6USQa2Zq5kgeB-77w:132293" : {
          "node" : "qz0ey6USQa2Zq5kgeB-77w",
          "id" : 132293,
          "type" : "transport",
          "action" : "cluster:monitor/tasks/lists",
          "start_time_in_millis" : 1650420442108,
          "running_time_in_nanos" : 253600,
          "cancellable" : false,
          "headers" : {
            "trace.id" : "9592fb1f2914efb59f85de50c2183e9e"
          }
        },
        "qz0ey6USQa2Zq5kgeB-77w:19" : {
          "node" : "qz0ey6USQa2Zq5kgeB-77w",
          "id" : 19,
          "type" : "persistent",
          "action" : "geoip-downloader[c]",
          "start_time_in_millis" : 1650409116921,
          "running_time_in_nanos" : 11325187288501,
          "cancellable" : true,
          "cancelled" : false,
          "parent_task_id" : "cluster:2",
          "headers" : { }
        }
      }
    }
  }
}