Versions Compared

Key

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


Aspire 5.0.3 Release Notes

NoSQL DB provider supported by the Aspire 5.0.3 release:

...

  • OpenJDK 11


New Features

  • Connectors
    • REVIEW TICKETS
    • Documentum DQL
    • Dropbox
    • Elasticsearch Lookup Cache
    • LDAP Identity
    • REST
    • REVIEW TICKETS
    • ServiceNow
    • VeevaVault
  • Framework
    • ASPIRE-10216/10476 Add Delete Policies to Connections UI (all connector types).
    • ASPIRE-10755: Improved job distribution for crawls (connectorMaxBatchSize & workerRoundRobin).
    • ASPIRE-10799: Jobs Performance Statistics.
    • ASPIRE-10802: Seed allocation to use routing tags.
    • ASPIRE-10722: Property for Seeds that not support incremental crawls. NOT TESTED
    • ASPIRE-10738: Autostart enabled using environment property. NOT TESTED
  • Workflow
  • Language Detector
  • Summarizers
    • Job Summarizer Executor
    • Parquet Summarizer Executor
    • RDB Summarizer Executor
    • Sample Summarizer
    • Sas Summarizer Executor
    • Valuecount Summarizer
    • Language Detector
    • Summarizers
    • Tesseract OCR
  • Publishers
    • ?


  • Bugs Fixes
    • Aspire Framework
  • General
      • ASPIRE-9933: Improve Job cleanup for idle connectors. Known issue on 5.0.2.
      • ASPIRE-9900: Manager source info initialization errors. Known issue on 5.0.2.
  • NoSQL Provider
      • ASPIRE-10131: Nodes are not shutting down in the time expected
  • having
      • to have ES down. Known issue on 5.0.2.
      • General
      • NoSQL Provider
    • Connectors
      • DBServer
          • ASPIRE-10640: Incremental Crawl option enabled but crawl type is not supported. REVIEW THIS
      • REST
          • REVIEW TICKETS
          • DBServer
          • REST
        • Publishers
          •  ?
        • UI
          • ASPIRE-10361: Some UX issues on navigation (page size, tag filter, etc.)
          • ASPIRE-10324: Resizing name column does not do the same for the text contained.

      Known Issues

      • Aspire Framework
        • ASPIRE-9878: Throttling is considering control items during the crawl.
      • Aspire UI
        • ASPIRE-10188 Edit page for Seeds loading empty rare times.
        • ASPIRE-10110: Seeds field should be required for any type types of Schedules.
        • ASPIRE-9994: UI actions are limited for users with both Admin and Operator roles.
        • ASPIRE-10732 - Filtering by name does not support the underscore character. Workaround: use the dash character as separator; do not use space and underscore. 


      • Connectors
      • SharePoint Online
        • Error crawling long URLs.
        • SharePoint Online

      External Technical Limitations

      • Connectors
      • ServiceNow
        • ASPIRE-11155: security changes are not picked up by an incremental crawl.
        • ServiceNow


      Migrating from 5.0.2 to 5.0.3

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

      ...