Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ASPIRE-12553 File System Connector - Aspire5.3-SNAPSHOT: Exception getting script from pool (Closed)
  • ASPIRE-12316 All connectors: Generating 2 titles (Closed)
  • ASPIRE-12557 REST - endless crawl by enabling Pagination option (250) (Closed)
  • ASPIRE-12556 REST - unsaved changes message for untouched Seed configuration (Closed)
  • ASPIRE-12518 Kafka Connector with credentials not working | ClassNotFoundException Error (Closed)
  • ASPIRE-12470 Kafka Connector: error crawling: component is not being loaded on Aspire (Closed)
  • ASPIRE-12452 Salesforce: Accounts:  Fetch Attachments: Crawl failed: Query for object type Attachment is not configured (Closed)
  • ASPIRE-12460 Salesforce: Ideas: Error on the console while Crawling an idea with a file attached to a text control (Closed)
  • ASPIRE-12397 Connector Framework - Update snapshot entry to include if item was processed (Closed)
  • ASPIRE-12396 Connector Framework - Update Process Delete stage, so items are filtered and checked before being enqueued (Closed)
  • ASPIRE-12398 Elasticsearch provider - QueueSAO - Update queue entry to include new timestamp in claim method (Closed)

...

  • ASPIRE-12498 Aspire 5 Workflow: Json JSON Extractor: Mappings: From and To  not working at all (Closed)
  • ASPIRE-12326 workflow components not catching hotfixes (Closed)
  • ASPIRE-12500 [HOTFIX] workflow components not catching hotfixes (Closed)
  • ASPIRE-12273 Aspire Workflow & Extension Manager - cannot delete workflow with EM components loaded there (Reopened)

...

Update the aspire-mappings index to refresh mappings:


Code Block
title

...

aspire-mappings

...

Code Block
languagejs
PUT aspire-audit/_mapping

{

  "properties": {

    "audit.timestamp": {

      "type": "date"

    },

    "audit.seedId": {

      "type": "keyword"

    },

    "audit.crawlId": {

      "type": "keyword"

    },

    "audit.type": {

      "type": "keyword"

    },

    "audit.worker": {

      "type": "keyword"

    },

    "audit.statistics.seedId": {

      "type": "keyword"

    },

    "audit.statistics.connectionId": {

      "type": "keyword"

    },

    "audit.statistics.connectorId": {

      "type": "keyword"

    },

    "audit.statistics.id": {

      "type": "keyword"

    }

  }

}