Versions Compared

Key

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


Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

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.
      • Azure Data Lake G2.
      • SharePoint 2013, 2016, and 2019.
    • Workflow. Newly migrated.
      •  Slide Extractor

    Improvements

    • Aspire Framework
      •  General
        • NOSQL Providers
        • Scan Reports
        • Resource Manager
      •  Connectors
          • ASPIRE-11881 Crawl Progress Manager - Seed status not updated to completed - idle until the connections were released.
      •  Connectors
        • ServiceNow
          • ASPIRE-11992 & ASPIRE-12071 Clarification about the "Use Parallel Processing" and "Use Custom Metadata field list" options.  
         Workflow

      Bugs

      • Aspire Framework
        • Resource Manager
          • ASPIRE-11884 Resources (drivers) loaded not working for the RDB connections. Known issue on 5.1
        • API
        •  General
      • Connectors
        • Publishers
        • Schedules
        • UI
          • ServiceNow
            • ASPIRE-11985 Include pattern option not getting items by using the Short Description pattern field. Known issue on 5.1.
            • ASPIRE-11989 ACLs not being inherited from Knowledge Base using User Criteria security
          Workflow
          • Extract Text
            • ASPIRE-10208 The Custom Mappings option not working.

        Known Issues

        • Aspire Framework
          • ASPIRE-9878 Throttling is considering control items during the crawl.Resource ManagerResources (drivers) loaded not working for the RDB connections.
        • Connectors
          • REST
            • ASPIRE-11815 Bearer authentication failing with unknown expiring time format.
            SharePoint Online
            • Error crawling long URLs on MS Windows. A Microsoft workaround is available.
        • UI
          • ASPIRE-10188 Edit page for Seeds loading empty rare times.
          • ASPIRE-9994 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:

        Code Block
        titleaspire-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"
            }
          }
        }