Versions Compared

Key

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



NoSQL DB provider supported by he Aspire 5.2 release:

  • New Elasticsearch/Kibana versions supported v. 8.12.02
  • OpenSearch/Dashboards v. 2.11.1

Java version supported

  • OpenJDK 17 
New Features 
  • Aspire Framework

Improvements

  • PublishersAspire Framework
      • Connectors
         
      • Publishers

      Bugs

      Total number of bugs fixed:  108

      Aspire Framework
        • Kafka
          • ASPIRE-12694 Added support for SASL authentication method (Simple Authentication and Security Layer).

      Bugs

      • Connectors
        • Azure Data Lake
          • ASPIRE-12720 ProcessCrawlRoot exception running a crawl.
      • Workflows
        • Tesseract OCR
          • ASPIRE-12719 Some NPE proccesing images. 
      • Connectors
      • Publishers
      • UI
      • Workflows
      • DBServer

      Known Issues

      • Aspire Framework
        • Extract Text - NoClassDefFoundError errors.
        • Aspire has an API limitation of 10000 seeds
      • Publishers
        • Azure Blob
          • ASPIRE-12733 NPE during crawls.


      Migrating from 5.x to 5.2.2

      For the identity cache index, follow the steps detailed in the guide 5.2 - How to migrate Identity Cache

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