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

Compare with Current View Page History

« Previous Version 3 Next »


NoSQL DB provider supported by the Aspire 5.1 release:

  • New Elasticsearch/Kibana versions supported (7.17.11).
  • OpenSearch v. 2.5

Java version supported

  • OpenJDK 17. 

New Features 

  • Connectors. Newly migrated.
    • Adobe Experience Manager (AEM)
    • Salesforce
    • Sharepoint 2013
  • Tools. Newly migrated.
    • Export/Import options. 
  • Workflow. 
    • Azure OpenAI Connection.
    • Auzre OpenAI Embeddings.
    • Auzre Open AI Chat Completions.
    • Saga Python Bridge Connection.
    • Saga Python Bridge Vectorization.
    • Text Splitter
  • Publisher. Newly migrated.
    • Azure Search Pubilisher.

Improvements

  • Aspire Framework
    •  General
  •  Connectors
    •  ?
  • Workflo
    •  Valuecount Summarizer
      • ASPIRE-XXXX Histogram information for unique values.

Bugs

  • Aspire Framework
    • ?
  • Connectors
    • ?

Known Issues

  • Aspire Framework
    • Throttling is considering control items during the crawl.
  • Connectors
    • AEM:
      • ASPIRE-12245 Changes in the On/Off Time properties handled like adds and deletes during incremental crawls for pages.
      • ASPIRE-12255 Changes in the jcr:content properties handled like adds and deletes during incremental crawls for pages.
      • ASPIRE-12260 Deletes actions are ingested for incremental crawls no matter the include/exclude property.
      • ASPIRE-12271 Updates not indexed during an incremental crawl using exclude properties.
    • REST
      • Bearer authentication failing with unknown expiring time format.
  • UI
    • Edit page for Seeds loading empty rare times.
    • UI actions are limited for users with both Admin and Operator roles.

Migrating from 5.0.2 to 5.2

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