New Product Launch: Alibaba Cloud ElasticSearch

本文涉及的产品
检索分析服务 Elasticsearch 版,2核4GB开发者规格 1个月
简介: Stay ahead of Big Data to discover the expected and uncover the unexpected with Alibaba Cloud ElasticSearch

2

Big Data is just getting started and if you think you’ve got a lot of data to manage now, the rapid growth in adoption of the Internet of Things (IoT), machine learning and e-commerce will only bring more in the future. Big Data processing technology will need to stay ahead of acceleration in data generation and cloud infrastructure will be vital to this strategy.

The inherent scalability of the cloud has already helped to change attitudes towards data storage. Where previously a layer of “data triage” was applied and only the most important data was retained, the scalability of the cloud now allows organizations to store and retain more data.

The impact of this is two-fold. First, fewer resources are required to determine whether to keep or discard your data. Cloud storage means that it’s now often cheaper to retain data, than work out whether to keep or discard it. Second, with more data comes more potential for insight, data-driven competitive advantage, and systemic digital transformation.

The built-in scalability of the cloud also allows businesses to seamlessly manage data and processing capacity to match business demand. This not only represents huge cost savings
for organizations but also has no impact on the wider infrastructure’s performance, security, availability, and stability.
As a major cloud and big data infrastructure provider, Alibaba Cloud provides an expanding suite of cloud-based products to manage large-scale big data problems. In fact, the origin and development of Alibaba Cloud products typically start with solving specific internal needs from other Alibaba business units including the massive e-commerce sites Taobao and Tmall, payments platform Alipay and logistics giant Cainiao.

To cope with the massive scale of such systems and help other companies analyze internal data, one new product Alibaba Cloud offers is ElasticSearch. With a distributed system based on the open-source ElasticSearch engine, Alibaba Cloud ElasticSearch offers a RESTful search and analytics engine that centrally stores your data and helps you discover the expected and uncover the unexpected.

ElasticSearch enables organizations to perform quick indexing of data on their site, as well as quick indexing and precise searching of existing data. By analyzing the access logs and behavior logs of your online systems you can also quickly obtain relevant indicators and deliver this insight to users.

Like virtual servers and databases hosted on a distributed architecture, you can receive immediate access to Alibaba Cloud ElasticSearch and elastically scale-out clusters in seconds to react to business needs without disrupting service to users. Advanced access control to define multi-level and fine-grained access for enterprise scenarios, constant cluster and security monitoring, and automatic reporting are also available, as you would come to expect with an enterprise-level cloud service.

Alibaba Cloud provides high-performance SSD storage to boost search efficiency, offsite data recover to guarantee service availability, data redundancy, and data security, as well as default dual-shard and dual-replica systems to guarantee data indexing efficiency and stability with multiple shards and replicas.

In terms of product integration, there is a high level of customization available and a rich selection of Alibaba Cloud and open-source options to fit your organization’s needs. This includes built-in integrations with Alibaba Cloud VPC, CloudMonitor, and Resource Access Management (RAM). Alibaba Cloud Virtual Private Cloud (VPC) offers you the option to connect through an Intranet to avoid exposure to the Internet and ensure data security.

Linking with tools from the open-source community, the service is fully compatible with the ELK architecture, a wide range of RESTful APIs, X-Pack plug-ins, Logstash, and is equipped with Kibana visual interactive data search and analysis. Popular plug-ins for word segmentation and indexing are available too.

Alibaba Cloud ElasticSearch is accessible on a Pay-As-You-Go basis without any upfront investment and costs 30% less than self-built solutions. On top of the savings, you don’t have to worry about the hassle of maintaining and scaling your platform.

See the Alibaba Cloud ElasticSearch product page to learn more about its features and its seven instance specifications available to meet all your business requirements.

相关实践学习
使用阿里云Elasticsearch体验信息检索加速
通过创建登录阿里云Elasticsearch集群,使用DataWorks将MySQL数据同步至Elasticsearch,体验多条件检索效果,简单展示数据同步和信息检索加速的过程和操作。
ElasticSearch 入门精讲
ElasticSearch是一个开源的、基于Lucene的、分布式、高扩展、高实时的搜索与数据分析引擎。根据DB-Engines的排名显示,Elasticsearch是最受欢迎的企业搜索引擎,其次是Apache Solr(也是基于Lucene)。 ElasticSearch的实现原理主要分为以下几个步骤: 用户将数据提交到Elastic Search 数据库中 通过分词控制器去将对应的语句分词,将其权重和分词结果一并存入数据 当用户搜索数据时候,再根据权重将结果排名、打分 将返回结果呈现给用户 Elasticsearch可以用于搜索各种文档。它提供可扩展的搜索,具有接近实时的搜索,并支持多租户。
目录
相关文章
|
4月前
|
canal 缓存 SpringCloudAlibaba
Springcloud Alibaba 使用Canal将MySql数据实时同步到Elasticsearch
本篇文章在Springcloud Alibaba使用Canal将Mysql数据实时同步到Redis保证缓存的一致性-CSDN博客 基础上使用canal将mysql数据实时同步到Elasticsearch。
|
19天前
|
Java Maven 开发工具
【ElasticSearch 】IK 分词器安装
【ElasticSearch 】IK 分词器安装
23 1
|
1月前
|
数据可视化 索引
elasticsearch head、kibana 安装和使用
elasticsearch head、kibana 安装和使用
|
2月前
|
存储 负载均衡 索引
linux7安装elasticsearch-7.4.0集群配置
linux7安装elasticsearch-7.4.0集群配置
113 0
|
1月前
|
Java Windows
windows下 安装 Elasticsearch报错warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME
windows下 安装 Elasticsearch报错warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME
43 0
|
1月前
|
搜索推荐 Java 大数据
ElasticSearch安装
ElasticSearch安装
|
1月前
|
JSON Unix Linux
Elasticsearch如何安装
Elasticsearch如何安装
|
19天前
|
存储 数据可视化 数据挖掘
【ElasticSearch】ElasticSearch安装
【ElasticSearch】ElasticSearch安装
28 2
|
4天前
|
JavaScript Windows
window安装配置ElasticSearch
window安装配置ElasticSearch
|
16天前
|
存储 安全 数据管理
【专栏】指导在Rocky Linux 8上安装配置Elasticsearch,包括添加仓库等
【4月更文挑战第28天】本文指导在Rocky Linux 8上安装配置Elasticsearch,包括添加仓库,运行`yum install elasticsearch`进行安装,修改配置文件如`cluster.name`和`network.host`,启动服务并验证其正常运行。同时,文章提及了内存、文件描述符设置及安全配置,并列出常见问题及解决方法,帮助用户成功搭建Elasticsearch。