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。
112 0
|
18天前
|
NoSQL 关系型数据库 Redis
mall在linux环境下的部署(基于Docker容器),Docker安装mysql、redis、nginx、rabbitmq、elasticsearch、logstash、kibana、mongo
mall在linux环境下的部署(基于Docker容器),docker安装mysql、redis、nginx、rabbitmq、elasticsearch、logstash、kibana、mongodb、minio详细教程,拉取镜像、运行容器
mall在linux环境下的部署(基于Docker容器),Docker安装mysql、redis、nginx、rabbitmq、elasticsearch、logstash、kibana、mongo
|
1月前
|
数据可视化 Docker 容器
一文教会你如何通过Docker安装elasticsearch和kibana 【详细过程+图解】
这篇文章提供了通过Docker安装Elasticsearch和Kibana的详细过程和图解,包括下载镜像、创建和启动容器、处理可能遇到的启动失败情况(如权限不足和配置文件错误)、测试Elasticsearch和Kibana的连接,以及解决空间不足的问题。文章还特别指出了配置文件中空格的重要性以及环境变量中字母大小写的问题。
一文教会你如何通过Docker安装elasticsearch和kibana 【详细过程+图解】
|
1月前
|
JSON 自然语言处理 数据库
Elasticsearch从入门到项目部署 安装 分词器 索引库操作
这篇文章详细介绍了Elasticsearch的基本概念、倒排索引原理、安装部署、IK分词器的使用,以及如何在Elasticsearch中进行索引库的CRUD操作,旨在帮助读者从入门到项目部署全面掌握Elasticsearch的使用。
|
1月前
|
Ubuntu Oracle Java
如何在 Ubuntu VPS 上安装 Elasticsearch
如何在 Ubuntu VPS 上安装 Elasticsearch
15 0
|
1月前
|
存储 Ubuntu Oracle
在Ubuntu 14.04上安装和配置Elasticsearch的方法
在Ubuntu 14.04上安装和配置Elasticsearch的方法
26 0
|
1月前
|
存储 安全 Java
在CentOS 7上安装和配置Elasticsearch的方法
在CentOS 7上安装和配置Elasticsearch的方法
71 0
|
1月前
|
自然语言处理 Docker 容器
ElasticSearch 实现分词全文检索 - ES、Kibana、IK分词器安装
ElasticSearch 实现分词全文检索 - ES、Kibana、IK分词器安装
20 0
|
1月前
|
Linux Docker 容器
Docker 安装 Elasticsearch、Kibana
Docker 安装 Elasticsearch、Kibana
21 0
|
1月前
|
Docker 容器
Docker 安装 ElasticSearch
Docker 安装 ElasticSearch
24 0