Elastic N.V. (ESTC) Earnings Call Transcript & Summary

June 7, 2023

New York Stock Exchange US Information Technology Software conference_presentation 39 min

Earnings Call Speaker Segments

Blair Abernethy

analyst
#1

Good afternoon, everyone. I'm Blair Abernethy joining you again here from Rosenblatt covering software. And today, we have Elastic with us. We've got Matt Riley, who is the General Manager of the Enterprise Search Solutions business. Welcome, Matt. And as well from Investor Relations, Nik Beliov and Janice Oh as well. But we're going to focus our discussion with Matt. And maybe, Matt, just as a quick introduction for some of the people who may have not looked at Elastic in the last little while, just as high level as to what Elastic software does and sort of your role in the business. That would be very helpful.

Matt Riley

executive
#2

Sure. So thanks again for having me. Elastic is the company that builds Elasticsearch, which is one of the most popular and widely adopted open source data search technologies and data platforms on the web broadly. My role, I am the General Manager of the search group here, so I lead product and engineering from a high level for anything related to building search applications. Primarily, I focus a lot on the developer community that has been built up around the -- around Elasticsearch, which is really one of the strongest adoption paths with Elasticsearch itself. And that has led to a lot of the investments that we're making in AI and ML, some of the things that I think are going to be the top conversation here today. I've been at Elastic for about 6 years now and very happy to be here.

Blair Abernethy

analyst
#3

Great. Yes, let's start with AI. Maybe from an Elastic perspective, just a bit of background on what work you guys have been doing in the last few years. What's sort of fielded? Maybe just talk historically sort of where you're at and then we'll sort of shift to what's happening today with obviously the large language models and stuff and so forth.

Matt Riley

executive
#4

Sure. Yes. So our investments in AI and machine learning go back quite a few years actually. We've been -- probably starting with the acquisition of a company called Prelert back in 2016, which was an anomaly detection and machine-learning-focused company that we integrated fully into the Elastic Stack. And historically, that has powered a lot of the things that have emerged, primarily in the observability and security use cases, things like time series data analysis and anomaly detection and forecasting use cases, which have been very popular among our customer base. And more recently, we, probably about 2 years ago, started investing in capabilities around vector search and large language models, the ability to do vector search right alongside the BM25 text retrieval that was the sort of original retrieval algorithm of Elasticsearch. And then also the ability to bring transformer models directly into your Elasticsearch cluster, allowing them to perform inference and do things like text embedding or sentiment analysis and classification. All of those capabilities were investments that we started about 2 years ago and have recently become GA-ed for our customer base and all kind of within the 8.x release cycle over the last several months.

Blair Abernethy

analyst
#5

You mentioned the vector search. Can you just walk us through a little bit of that? Just not too deep into the weeds, but just give us a sense of what's different about that for -- and what's the -- I guess, the value prop for your customers?

Matt Riley

executive
#6

Yes. So vector search is fundamentally kind of a different type of search or similarity algorithm, where, historically, if you're retrieving something to a search engine, you're typically typing keywords and looking for matches of those text chunks in the documents in the corpus. With vector search, everything, both the corpus of documents and the search query get turned into these vectors of floating point numbers. And then essentially, you determine similarity or relevance by performing the distance calculations there. And because it's such a different type of retrieval algorithm, it requires different types of implementation. And so that's something that we saw are emerging, and we saw the promise of that. And what we see now is that things like text embeddings, for example, with transformer models, which is one of these foundational key elements of what we're seeing in generative AI applications, the output, that embedding is really -- it's a vector. So it's a dense vector of numbers. And so having the ability to take those text embeddings and do retrieval on them natively inside of Elasticsearch was really critical. So when we saw this -- kind of the emerging opportunity with this technology, that's when we started investing in making sure that we had a really fantastic implementation at the core of Elasticsearch that would support the use case right alongside all of the kind of retrieval algorithms that we originated -- that we originally implemented and that we're so popular for.

Blair Abernethy

analyst
#7

So this is built right into the Elastic Stack then.

Matt Riley

executive
#8

Yes, that's correct.

Blair Abernethy

analyst
#9

And so all of your customers, as they upgrade, will get this or if they're Elastic Cloud customers, which is a fast-growing portion of your customers, they'll have the access to this technology.

Matt Riley

executive
#10

Yes. Yes, absolutely. It sits right alongside the existing capabilities. It's built right into the core of Elasticsearch, which -- and it's also integrated into the same APIs that people are already familiar with from Elasticsearch. So if they've been building search applications with our product for the last 10 years, for example, and now they want to move into building things that incorporate vector search capabilities, they're looking at the same set of APIs. Everything is kind of pulled into one cohesive offering.

Blair Abernethy

analyst
#11

Okay. Excellent, excellent. And that's -- so now recently, a couple of weeks ago, you announced the Elastic Relevance Engine. Let's talk about that and just sort of help people understand what the implications of this are and where are you going with it.

Matt Riley

executive
#12

Yes. So the Elastic Relevance Engine or the Elasticsearch Relevance Engine, or ESRE, as we're calling it, is really the culmination of all of these kind of foundational capabilities, as I call them. So where we originated with text retrieval or BM25 search and then adding on the capability to do vector search and then also the ability to bring in transformer models that create the vectors in many of those cases and do inference directly inside of Elasticsearch, what we're finding is that there's -- oftentimes, people want a combination of these capabilities. They want to be able to do BM25 search right alongside vector search. So we also have capabilities around what's called hybrid search and the ability to merge these things together into a single request and query result set. And we've also been bringing in some of our own proprietary models. So as I mentioned, you can bring in a transformer model that you find -- that maybe that you've built yourself if you have a data science team or that you're taking from the open source community, for example. We've also built our own proprietary model that we called ELSA that is a transformer model that's meant to essentially just improve search relevance capabilities. And so ESRE is really the collection of all of those capabilities into one cohesive set of APIs and the ability for our customers to kind of pick and choose the fundamental capabilities that they need out of that set of them for whatever application that they're building because fundamentally, in the end, Elasticsearch is meant to be a developer tool. We power a lot of the next generation of applications, and we want to make sure that we're building the functionality or these core capabilities that the developers adopting Elasticsearch or who have already adopted it are going to be looking to use as they build the next generation of AI applications.

Blair Abernethy

analyst
#13

So is ESRE, this Relevance Engine, is it something that will come with the stack? Or is this an added -- a certain tier that you have to be at in order to access it?

Matt Riley

executive
#14

So it is part of the stack. It's part of the core capability of Elasticsearch, so it's not an add-on. It is built into the software. The licensing for some of the capabilities inside of ESRE varies. So some aspects, for example, of the -- like the core vector search capability is actually available in all licensed tiers. But things that -- like bringing in your transformer models and doing inference in Elasticsearch, all the work that we did around hybrid search and the combination of search results, our own proprietary model, ELSA, those are all licensed in our platinum tier, and so those are commercial features only.

Blair Abernethy

analyst
#15

Okay. Okay. And it's very early days. This has only been in the market for a couple of weeks, but clearly, you must have been -- what were some of the things you heard from your beta customers when they were looking at ESRE?

Matt Riley

executive
#16

Well, I mean we're seeing a lot of interest from the customer base in general, right? Every week, I'm having many, many conversations with our existing and potential customers about this capability. I think every enterprise out there is trying to figure out exactly what they're going to do with generative AI. And so it's certainly something people are very excited about. As you said, I think it is still early days. We're trying to help make sure that people understand what the capabilities are and what that enables for their business. And as they're kind of understanding that and building the applications that they have, we expect to see those things move into production workloads over time.

Blair Abernethy

analyst
#17

And it's interesting. I mean, I guess, your traditional larger enterprise customers who have been using you in a on-premise kind of method have now moved to cloud. Is this -- do you think that's usually more of a cloud kind of implementation for customers? Or will there be some on-prem behind the firewall kind of opportunities as well?

Matt Riley

executive
#18

Yes. There's nothing in ESRE that requires someone to be in the cloud. I think we're seeing that very quick adoption inside the cloud because it's where a lot of the companies who are quickest to adopt these kind of capabilities or they've made a lot of that transition. But the -- I do believe that we're going to see opportunities in both of those areas.

Blair Abernethy

analyst
#19

Interesting. So that certainly adds more value to your on-premise solution then doesn't it?

Matt Riley

executive
#20

Yes, I think so. And I think a core fundamental tenet of what Elastic has done very well over time is just trying to meet our customers where they are, whether that's in one of the major public hyperscaler clouds or on their own self-managed on-premises hardware. We work very hard to make sure that the capabilities we build can be consistent wherever people decide to deploy these things. But we've also made really significant investments in making Elastic Cloud obviously the easiest place to be able to adopt these capabilities. It's really just point and click, and you can get started in a couple of minutes. And to do all of that stuff while maintaining a really significant compliance posture and allowing our customers to maintain the compliance and data sovereignty rules and regulations that they may need to comply with, all of that stuff has been, I would say, just an enormous amount of the work that we've done on Elastic Cloud over the last several years. Very proud of where we've been able to take that over in time and where we are today.

Blair Abernethy

analyst
#21

It's interesting. It seems more and more in recent weeks, the enterprises, the end customers, the large customers are not willing to put their data into ChatGPT necessarily. They're concerned about it. There's been a couple of high-profile issues. Do you really see your enterprises wanting to take your platform and build their LLMs with your technology? Is that sort of where you see this going?

Matt Riley

executive
#22

Yes. I think that one of the reasons that we feel it's important to be able to bring transformers into Elasticsearch is that, in that case, we can really encompass the entire workflow for -- from retrieving the data that's inside in private tier enterprise to performing inference on it and perhaps generating answers or whatever results you're looking for from the machine learning models. That said, I think that -- so I do think that that's going to be an advantage for the platform and our ability to kind of encompass everything all together. But with that said, I think we're also seeing the major hyperscalers also recognize these security concerns, and they're going to be building -- I assume they're going to be building capabilities to allow us to continue to have those kinds of guarantees with our customers we share with them, where they may be running Elasticsearch on Azure. And if they want to interact with the Azure OpenAI Service, for example, how can we make sure that there's -- the data privacy between those 2 things is complete. I expect that we'll be able to see that evolve in a very productive way over the next several months.

Blair Abernethy

analyst
#23

Is the ESRE technology, is it open source? Is there an open source component to that as well? Is that purely proprietary for Elastic?

Matt Riley

executive
#24

So all of the code is open. The code itself is open. So if you go to our GitHub repository, you'll be able to look at the software right there. And then -- but as for the open source license, as I mentioned earlier, portions of it, like the vector search implementation that we did, the implementation of that algorithm is part of every license tier of Elasticsearch. You get it with the free and open basic tier as we call it, and then certain -- but certain other aspects of it, while being open code are licensed at a platinum leveler in one of our commercial tiers, where you do -- or we do require a license.

Blair Abernethy

analyst
#25

Then in terms of adoption, how do -- how does this -- how do we get this kind of moving in the enterprise? Is it a push? Or is it pull? And what are your partners saying about this right now?

Matt Riley

executive
#26

Yes. I mean I would say that, by and large, everyone is pretty excited about it from consumers who have been using ChatGPT for fun use cases of their own at home to companies and the enterprises we work with every day. They're all trying to -- they're excited by the opportunity. I think in the enterprise, everyone is trying to figure out exactly what it means for their business and how they can do the kinds of things that are emerging, the kinds of use cases that are becoming possible, how can they execute on those while again, maintaining some of the privacy and security and compliance obligations that they have. So I think that there's certainly some aspects of that to still be figured out and people are working through a lot of that. And I think that Elastic can play a very positive role in helping people get to market quickly with those opportunities. But to answer your direct question, I think it's very much so going to be -- I think there's a lot of push from the community who are very interested in pursuing these things.

Blair Abernethy

analyst
#27

Yes. Yes. And in terms of your other solutions, your observability and the security solutions, what are the implications there?

Matt Riley

executive
#28

Yes. So I think one of the beautiful things about what we've built with ESRE is that ESRE is kind of -- it is, as I mentioned, is bringing together a bunch of foundational capabilities. It's a collection of things that work together to build AI-type applications that we want to offer to our customers who are doing that. But our security and observability product offerings are also those customers, and so they're able to leverage the same capabilities to enhance the observability and security solutions. So things like the -- what are being called copilots, essentially these very smart bots that can help you inside of your day-to-day workflows while you're using products like ours. So for an example, if you get an alert in our observability tool that something's wrong with the Kubernetes cluster, the ability to take that alert and then actually generate a remediation plan for you and say, okay, this is what we think the root cause might be and here's a remediation plan, doing all of that inside of the observability tool can really streamline workflows and make sure that you don't actually -- a lot of that manual work of investigation and debugging can really be done, in many cases, automatically. And as we integrate those kinds of capabilities into observability and security at Elastic, we're going to be -- it's all going to be powered by ESRE, kind of the underlying Elasticsearch Relevance Engine.

Blair Abernethy

analyst
#29

Yes. Interesting. And so do you see -- I know it's very early days. But do you see multiple copilots within your search, observability and security solution sets? You see one. How do you think this is going to play out over the next couple of years?

Matt Riley

executive
#30

Yes. I think that the fact is that we'll probably want to provide a consistent experience for customers because many of our customers use us not just for security but also for observability and for search. So we have many people who are adopting us across those use cases. So we'll want to provide, I'd say, a consistent user experience with the different assistants or with an assistant in each of those offerings. That said, the underlying models that power those assistants, they may actually ultimately become more and more specialized as we train them on very specific kinds of remediation tactics. So generating a remediation plan for something that you see that's going wrong with the Kubernetes cluster that's misbehaving may be quite different from the kinds of things that we need to know when you're doing a threat hunting inside of security, for example. So there's probably an opportunity for some specialization there but with hopefully a very consistent user experience across all of it.

Blair Abernethy

analyst
#31

And that's -- I mean, the consistent user experience means you can leverage that installed base you have of literally hundreds of thousands of programs that are experienced on your platform, right?

Matt Riley

executive
#32

That would be the ideal, yes.

Blair Abernethy

analyst
#33

Yes, yes. Well, so in terms of LLMs, how long do you think this is going to take to sort of really begin to materialize? I guess, from your customer standpoint, are they building things now? Or are they just kicking the tires on the technology?

Matt Riley

executive
#34

Well, we do have customers today who are building and have deployed even some of these capabilities. I think we mentioned a few recently. We talked about a company called Relativity. That is their eDiscovery tool. So that uses Elasticsearch at its core, and they're using a lot of our capabilities in vector search and the things encapsulated by ESRE right now. So these -- and these capabilities are GA-ed today. And then other companies who we talk about, like a large home improvement vendor that we work with in an e-commerce capacity are also using a lot of these same capabilities today. But the reality is that we're seeing this from pretty much everyone. And so not everyone is as far along, and I think that we're seeing certainly people are in different stages of the adoption curve there. And part of our job at the company is to not only build these capabilities into the product and hopefully predict the right things to make good investments in but also to educate the customers as to what's possible, right? We have the advantage of having an enormous number of existing customers that store and trust Elastic with an enormous amount of their enterprise data already. We're -- so we have the opportunity to help them understand what's possible now that we're bringing some of these capabilities to market.

Blair Abernethy

analyst
#35

And how are you doing that, Matt? Is that through your direct teams, service teams or training partners? It's just how -- I'm just curious to see how long -- what's the path to get these things to really start rolling out in organizations?

Matt Riley

executive
#36

Yes. It's a good question. And really, it kind of goes both bottom up and top down, right? If you think about the bottom-up adoption motion of developers, the people who I -- I spend most of my time thinking about how we can make sure we are the tool that they reach for when they want to build one of these new kinds of applications. That's certainly something that you'll -- you've probably seen a lot of from us over time interacting with the developer community, talking about the technologies and making sure that we're, again, meeting customers where they are, whether it's on the right kind of a cloud provider or whether we're building the right kinds of clients and integrations that they expect with the other tools that are emerging in this space. So there's certainly a strong thrust in the bottom-up movement here. There's also a top-down methodology as well. We speak to a lot of enterprise-level customers who are coming to us with the same kinds of questions. And those are typically sales-led conversations, where our field teams, whether it's just the sales team itself or the services partners and potentially external partners, are all playing a role in helping us bring these technologies to market.

Blair Abernethy

analyst
#37

Is the interest level on the enterprise customer side of thing, is it top down? Is there executive/Board-level interest out there in your mind?

Matt Riley

executive
#38

In my mind, yes, there is definitely a high-level interest coming from all parts of these organizations. But even inside of those enterprises, of course, there are also developers who are adopting these things. In fact, it's -- in many cases, that's one of the quickest ways that we were adopted inside of enterprises, is by the software developers who are adopting our tools and introducing them inside of these large companies. But yes, to answer your direct question, the interest is really coming from both sides, certainly in the conversations that I'm having.

Blair Abernethy

analyst
#39

Interesting. And in terms of -- maybe just from a competitive landscape perspective, just give us a sense of where you -- who you see sort of as your major competitors out there from a search and now search plus, search -- enhanced search with LLMs. How do you see that landscape today? And what gives you guys the confidence that you're going to win this battle?

Matt Riley

executive
#40

Well, we are seeing emerging competition in a variety of the different areas that ESRE encompasses. For example, there are purpose-built point solutions for vector search, for example, where there are vendors who are focused solely on doing vector search capabilities and building the algorithms underlying that. There are other companies out there who are building things for doing inference on models, for example, and just hosting these large language models and performing inference and taking -- perhaps taking your text in and creating embeddings for you and then you're supposed to take those embeddings and then take them over to one of the purpose-built vector search data stores. I would say, though, that our unique value here is that Elasticsearch is really the combination of all of those things, which makes us, I would say, a significant -- it gives us a significant advantage in the market in that what we're finding is that it's very rarely just one of those capabilities that companies need when they're establishing the sort of AI stack. They need vector search capabilities, certainly, but they're also finding, and if you look at the academic literature even, the most relevant and best algorithms for doing text retrieval today are actually a combination of both dense retrieval with vector search and text retrieval with capabilities like BM25. So the fact that Elasticsearch brings both of those things together, along with the ability to do ingestion and create embeddings for the vector search use case all in one cohesive package is really a significant differentiator for us. So we do see competition kind of in many of these different areas, but I think that we're the furthest along in terms of bringing all of the capabilities together in one cohesive offering that people are going to need as they build the sort of the AI stack that they're seeking to build and so that they can start creating these next generation of applications.

Blair Abernethy

analyst
#41

It's interesting. When you look at your very flexible platform and the ability to -- that you've built the observability solutions on top of security solutions and SIEM solutions, very powerful, very adaptable platform. It seems that the LLM angle is a whole new area for you that that's a material area. Like this is not a small add-on feature. It seems to me like it could be quite large for Elastic. Is that the right way to be looking at this?

Matt Riley

executive
#42

I think so. It's certainly a significant new capability, and I think we invested well in making sure that we were seeing the possibilities of transformer models quite early on. The transformer models are a relatively new thing. They've been around for maybe 4 years or so, something like that. And seeing kind of how performant they were and the things that they were capable of very early on so that we could start the implementation to be able to bring those directly into Elasticsearch, I think was really critical. And as we've seen this proliferate and we see models continue to get better and better and we see broader and broader adoption of those things, both from very large companies but also the open source community that's creating lots and lots of models for different specialized use cases, the ability to have Elasticsearch play a role in hosting those models and helping you perform inference on those models at scale, all inside of the kind of enterprise-grade software solution that we've been working on over the past decade, so you have the same kinds of expectations of being able to take Elasticsearch into production, yes, I think that bringing transformers into that and kind of fitting it into our existing ecosystem is obviously a very large opportunity for us.

Blair Abernethy

analyst
#43

What's the product direction, I guess, or strategy over the next couple of years now that you have this other component in place with ESRE? Where do you -- is it -- what's sort of the approach going forward here?

Matt Riley

executive
#44

Yes. I think that I tend to break it down into 2 types of investments. The first being these kind of foundational features that, for the most part, are component parts, many of which are highly complex and not small, but they're all components of a broader kind of ecosystem of interrelated technologies. And the primary focus of those things ultimately is to build really relevant retrieval models. So you have a lot of data inside of Elasticsearch. We want to make sure that we're investing in the right algorithms and capabilities to help you get the most relevant data out of those things. And you can pick and choose the ones that are best for your application. Those are kind of our type 1 investments. And I can assume that those type 1 investments, we're going to continue to improve all of them. We'll continue to add capabilities when new kinds of capabilities emerge and things that we discover or that we're seeing in the community that is becoming particularly important. And then there's the type 2 investments, which are these improvements to our solution areas, right, observability and security. I think it's very important that we stay at the forefront of integrating capabilities powered by those fundamental technologies like an assistant or a copilot into the observability and security workflows that our customers are going to naturally come to expect as part of their user experience. And I think that you'll see some of those things from us relatively soon, and those are things that we'll also continue to invest in and refine over time, for example, the kind of the opportunity that you mentioned earlier potentially of creating more specialized agents over time that are specialized in security versus observability or different aspects of those product lines even.

Blair Abernethy

analyst
#45

Should we think, in your mind, Matt -- I'm just trying to -- we're all grappling with where is this going from these large language -- capabilities at large language models. But do you see your customers or the -- and the enterprises building their own custom copilots for different use cases within their organizations? Or is it really kind of more that you will build it to -- in order to enable your customers to use your software more effectively, more easily?

Matt Riley

executive
#46

Yes. I think that, certainly, we will build some, right? We will build some of the copilots that sit inside of our observability and security solutions. But for many of our customers, they're building products that are well outside of just those particular use cases. They're building things that are bespoke custom applications that power their entire business in many cases. And we expect that those people will be building their own kinds of copilot-like features, among other things, that are enabled by generative AI. It's not just chat interfaces but a variety of other things. And again, that's why those type 1 investments are so important to us because we want to make sure that we're building those building block features and offering those in a way that they can be used together in combination with each other, all through familiar APIs. I think that's a very important aspect of how we're looking at this, and we expect that customers will be doing that. We also expect that they'll be bringing some of their own models. Like we have customers today who are building or training their own transformer models. So they're not only taking open source models and bringing them into Elasticsearch. Some of our more sophisticated customers have data science teams that are training their own models on their own very proprietary data sets, and they're now able to take those models and put them into Elasticsearch. So really, in those type 1 investments, our goal is obviously flexibility and to meet our customers again with wherever they are because we want them to be able to build the applications that they envision. But we will definitely be building some of these assistants ourselves, the things that are going to be sitting inside of our particular product experiences.

Blair Abernethy

analyst
#47

Excellent. That's very interesting. And I guess the customers, I guess, how do you keep Elastic sort of in front of them or just at the forefront of this as opposed to being down part of the plumbing that people forget about? You want to stay on the innovation forefront, right?

Matt Riley

executive
#48

We definitely want to stay on the innovation forefront. Sometimes that's going to mean being part of the sort of like integrated infrastructure. I actually think that's one of the beautiful things about Elasticsearch and one of the things that makes us so sticky with many of our customers, is that if we're the foundational tool or you're using some of these foundational capabilities as part of your stack to build a next-generation application, by necessity, many times, we're going to be deeply integrated into the infrastructure that you build. Both the software and the hardware infrastructure that you're deploying, Elasticsearch will be in the middle of that. So being part of the plumbing there is actually quite good for us because it is -- it means we're a critical part of how the whole operates. And so I think that we're happy to be there, but certainly, the goal is absolutely to be at the forefront, whether we're inside of -- the forefront of the capabilities and the technology, whether that means we're being deployed inside of the core infrastructure or whether we're powering dashboards that are -- people are -- non-technical folks inside of a company are using to answer questions about their business data through observability or security or even some of our other applications inside of Kibana.

Blair Abernethy

analyst
#49

It's interesting. A lot of your model today is driven by consumption, people on the platform pulling in more data, doing more work on the data. How do you feel about the -- what are the implications, from your perspective, of more and more of these LLMs being built on your platform? Is it supplanting regular -- do you think it'll supplant regular search and not really be that incremental? Or do you think -- could it be quite incremental?

Matt Riley

executive
#50

Well, I think that, in both scenarios, whether you're using traditional search or you're using some of these newer capabilities, we tend to see quite a lot of compute requirements, right? They're both compute-heavy applications. Certainly, machine learning is very well known for being or an AI for being highly compute intensive, which does ultimately kind of, in the long run, turn into consumption within our cloud platform or even in self-managed in terms of the total number of nodes and things like that in our pricing model. And the fact that a lot of these capabilities inside of ESRE are priced or licensed in our premium tiers, those things together over time as these -- as our customers move these applications into production, I think, will ultimately drive consumption.

Blair Abernethy

analyst
#51

Yes, it would seem to me that the -- that this is a -- because this area is so hot, it would be something that a lot of your lower tier customers might want to just move up just to be able to get their hands on it.

Matt Riley

executive
#52

Yes.

Blair Abernethy

analyst
#53

Yes, which is pretty exciting for you guys for sure. How about the partners, your go-to-market partners, Matt? Do you deal directly with them at all? Just kind of how are they reacting to this situation? How are they gearing up for it?

Matt Riley

executive
#54

Yes. I think that everyone, again, is thinking about this product or this opportunity right now and some of the capabilities inside of it. Certainly, I interact with some of our partners in the hyperscalers and some of that and trying to figure out the best ways that we can work together to bring these capabilities to Elastic's broad customer base and vice versa, right? And many of them -- they have needs that are, I think, uniquely served by Elasticsearch and the capabilities we've brought together with ESRE.

Blair Abernethy

analyst
#55

We're just about at our time here, and I appreciate you going a little extra for us because I know you're trying to get back to your conference. What -- if we just look at the other side of the story, what was -- what concerns do you have out there for this technologies and sort of what's going to -- what could be some of the inhibitors to adoption?

Matt Riley

executive
#56

Well, I think we've touched on some of them. Everyone is still working on these things. One of the inhibitors is just people being able to access and make use of the technology. It's a complicated area, and it's moving quite quickly, so making sure that we're educating customers well there and that they can find information they need. And we've simplified the developer experience to a point where it's simple for them to get up and running and see these things in action. I think that's very important. We also touched a bit on the security, the data security and data sovereignty requirements of a lot of these kinds of applications, which I think Elastic is in a very good position to help our customers solve. But those are the kinds of things that I'm seeing as being some of the more pressing questions as people start to take these from what could be considered just more consumer applications and people using ChatGPT or something like that on their own to really thinking about what that means to bring it into an enterprise application and bringing that to production. So that's definitely one1 of the things that we're seeing the most of.

Blair Abernethy

analyst
#57

Okay. Okay. Great. Well, this has been fantastic. Is there anything else that we sort of didn't touch on that you kind of would go, hey, I want to make sure I mention this or are you...

Matt Riley

executive
#58

No, I think that we've covered everything. I really appreciate the time. Thanks for having me.

Blair Abernethy

analyst
#59

I appreciate your -- taking the time out of your busy day and it's been great and looking forward to lots more great traction with this in the market for Elastic. So thanks very much, Matt, for joining us.

Matt Riley

executive
#60

Thank you.

This call discussed

For developers and AI pipelines

Programmatic access to Elastic N.V. earnings transcripts and 32,000+ others is available through the EarningsCalls.dev REST API. Plans from $24.99/month — full transcripts, speaker segments, full-text search, and the recently-added /api/v1/transcripts/recent polling endpoint for ETL pipelines.