You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


NoSQL DB provider supported by the Aspire 5.1 release:

  • New Elasticsearch/Kibana versions supported (7.17.9).
  • OpenSearch v. 1.3.7.

Java version supported

  • OpenJDK 17. 

New Features 

  • Aspire Framework
  • Connectors. Newly migrated.
    • Azures ...
  •  Publishers. Newly migrated.
  • Services. Newly migrated.
  • Workflow. Newly migrated.
    •  

Improvements

  • Aspire Framework
    •  General
    • NOSQL Providers
    • Scan Reports
    • Resource Manager
  •  Connectors
  •  Workflow

Bugs

  • Aspire Framework
    • API
    •  General
  • Connectors
  • Publishers
  • Schedules
  • UI
  • Workflow
    • Extract Text
      • ASPIRE-10208 The Custom Mappings option not working.

Known Issues

  • Aspire Framework
    • Throttling is considering control items during the crawl.
    • Resource Manager
      • Resources (drivers) loaded not working for the RDB connections.
  • Connectors
    • REST
      • Bearer authentication failing with unknown expiring time format.
    • SharePoint Online
      • Error crawling long URLs on MS Windows. A Microsoft workaround is available.
  • UI
    • Edit page for Seeds loading empty rare times.
    • UI actions are limited for users with both Admin and Operator roles.
  • Workflow

Migrating from 5.0.2 to 5.1.1

Update the aspire-mappings index to refresh mappings:

aspire-mappings
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"
    }
  }
}



  • No labels