This repository was archived by the owner on Mar 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpress-news.html
More file actions
420 lines (409 loc) · 25.9 KB
/
press-news.html
File metadata and controls
420 lines (409 loc) · 25.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SigLens | Press & News</title>
<link rel="icon" href="/favicon.svg">
<!-- Font-awesome Family -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Main CSS File -->
<link rel="stylesheet" href="css/style.css">
<!--Meta Tags-->
<meta name="description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.siglens.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="SigLens">
<meta property="og:description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<meta property="og:image" content="https://www.siglens.com/assets/sig-share-img.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="siglens.com">
<meta property="twitter:url" content="https://www.siglens.com/">
<meta name="twitter:title" content="SigLens">
<meta name="twitter:description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<meta name="twitter:image" content="https://www.siglens.com/assets/sig-share-img.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RGR7MCHV8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-RGR7MCHV8F');
</script>
<body id="dark-theme">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top py-2 px-4 px-md-0">
<div class="container">
<a class="navbar-brand " href="index.html">
<div class="d-flex">
<div class="pr-1"><img src="./assets/ss-logo.svg" alt="siglens-logo"></div>
<div class="font-weight-bold text-white h2 pl-1">SigLens</div>
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://siglens.github.io/siglens-docs/"
target="_blank">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/allblogs.html">Blogs</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Company </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/investors.html">Investors</a>
<a class="dropdown-item" href="/press-news.html">Press & News</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Community </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://github.com/siglens/siglens">GitHub</a>
<a class="dropdown-item" href="/slack.html">Slack</a>
</div>
</li>
<li>
<a href="./index.html#getting-started" id="try-now-btn">Try Now</a>
</li>
<li>
<a href="/schedule-demo.html" id="book-demo-btn">Get a Demo</a>
</li>
<li>
<a href="/slack.html" target="_blank">
<img src="assets/slack.svg" width="22" height="22" alt="">
</a>
</li>
<li>
<a href="https://github.com/siglens/siglens" target="_blank">
<img src="assets/github.svg" width="24" height="24" alt="github-logo" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Landing Section -->
<section class="container text-white my-md-5 my-0 h-50 position-relative pt-5 pt-md-0">
<img src="./assets/main-gradient.svg" alt="gradient" class="light-gradient position-absolute">
<h1 class="main-heading text-center text-white font-weight-light mb-md-4 mb-3 pt-5" style="font-size: 42px;">Press Releases</h1>
</section>
<section>
<div style="display: flex; flex-direction: column; gap: 2rem;" class="container my-5">
<div class="row">
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://siliconangle.com/2024/02/20/exclusiveobservability-startup-sigscalr-plans-revolutionize-log-search/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">SiliconANGLE</h5>
<h5 class="card-title"> Exclusive: Observability startup SigScalr plans to revolutionize log search
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://siliconangle.com/2024/02/20/exclusiveobservability-startup-sigscalr-plans-revolutionize-log-search/" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.businesswire.com/news/home/20240220591751/en/%C2%A0SigScalr-Emerges-From-Stealth-With-Pre-Seed-Round-Goes-Open-Source-to-Bring-The-Next-Generation-of-Application-Observability-to-Software-Engineers" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">Business Wire</h5>
<h5 class="card-title">SigScalr Emerges From Stealth With Pre-Seed Round; Goes Open Source to Bring The Next-Generation of Application Observability to Software Engineers
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.businesswire.com/news/home/20240220591751/en/%C2%A0SigScalr-Emerges-From-Stealth-With-Pre-Seed-Round-Goes-Open-Source-to-Bring-The-Next-Generation-of-Application-Observability-to-Software-Engineers" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://venturebeat.com/business/sigscalr-emerges-from-stealth-with-pre-seed-round-goes-open-source-to-bring-the-next-generation-of-application-observability-to-software-engineers/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">VentureBeat</h5>
<h5 class="card-title">SigScalr Emerges From Stealth With Pre-Seed Round; Goes Open Source to Bring The Next-Generation of Application Observability to Software Engineers
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://venturebeat.com/business/sigscalr-emerges-from-stealth-with-pre-seed-round-goes-open-source-to-bring-the-next-generation-of-application-observability-to-software-engineers/" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.apmdigest.com/sigscalr-emerges-from-stealth" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">APMDigest</h5>
<h5 class="card-title">SigScalr Emerges from Stealth</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.apmdigest.com/sigscalr-emerges-from-stealth" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.finsmes.com/2024/02/sigscalr-closes-1-76m-pre-seed-funding-round.html#google_vignette" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">FinSMEs</h5>
<h5 class="card-title">SigScalr Closes $1.76M Pre-Seed Funding Round
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.finsmes.com/2024/02/sigscalr-closes-1-76m-pre-seed-funding-round.html#google_vignette" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.dbta.com/Editorial/News-Flashes/SigScalr-Emerges-from-Stealth-with-176M-in-Funding-to-Supercharge-the-Observability-Space-162655.aspx" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">Database Trends and Applications</h5>
<h5 class="card-title">SigScalr Emerges from Stealth with $1.76M in Funding to Supercharge the Observability Space
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.dbta.com/Editorial/News-Flashes/SigScalr-Emerges-from-Stealth-with-176M-in-Funding-to-Supercharge-the-Observability-Space-162655.aspx" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.builtinboston.com/articles/sigscalr-launches-1m-pre-seed-20240220" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">BuiltIn Boston</h5>
<h5 class="card-title">SigScalr Launches From Stealth With $1.76M in Pre-Seed Funding
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.builtinboston.com/articles/sigscalr-launches-1m-pre-seed-20240220" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.openthenews.com/sigscalr-an-observability-startup-wants-to-transform-log-search/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">The Open News</h5>
<h5 class="card-title">SigScalr, an Observability Startup, wants to Transform Log Search
</h5>
</div>
<div>
<p class="date">February 21, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.openthenews.com/sigscalr-an-observability-startup-wants-to-transform-log-search" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.crypto-reporter.com/newsfeed/sigscalr-emerges-from-stealth-with-pre-seed-round-goes-open-source-to-bring-the-next-generation-of-application-observability-to-software-engineers-55946/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">Crypto Reporter</h5>
<h5 class="card-title">SigScalr Emerges From Stealth With Pre-Seed Round; Goes Open Source to Bring The Next-Generation of Application Observability to Software Engineers
</h5>
</div>
<div>
<p class="date">February 21, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.crypto-reporter.com/newsfeed/sigscalr-emerges-from-stealth-with-pre-seed-round-goes-open-source-to-bring-the-next-generation-of-application-observability-to-software-engineers-55946/" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://vcnewsdaily.com/sigscalr/venture-capital-funding/vlgzzhfqzf" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">VC News Daily</h5>
<h5 class="card-title">SigScalr Emerges With $1.76M Pre-Seed Round
</h5>
</div>
<div>
<p class="date">February 20, 2024 | Boston, MA</p>
<a target="_blank" href="https://vcnewsdaily.com/sigscalr/venture-capital-funding/vlgzzhfqzf" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://fortune.com/2024/02/21/how-emerging-manager-overture-vc-raised-60-million/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">Fortune</h5>
<h5 class="card-title">Exclusive: How emerging manager Overture VC raised $60 million—yes, in this economy
</h5>
</div>
<div>
<p class="date">February 21, 2024 | Boston, MA</p>
<a target="_blank" href="https://fortune.com/2024/02/21/how-emerging-manager-overture-vc-raised-60-million" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://pulse2.com/sigscalr-1-76-million-funding/" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">Pulse 2.0</h5>
<h5 class="card-title">SigScalr: Unified Observability SaaS Solution Company Closes $1.76 Million
</h5>
</div>
<div>
<p class="date">February 21, 2024 | Boston, MA</p>
<a target="_blank" href="https://pulse2.com/sigscalr-1-76-million-funding/" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://bnnbreaking.com/tech/sigscalr-secures-176m-in-pre-seed-funding-to-revolutionize-observability-with-siglens" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">BNN Breaking</h5>
<h5 class="card-title">SigScalr Secures $1.76M in Pre-Seed Funding to Revolutionize Observability with SigLens
</h5>
</div>
<div>
<p class="date">February 21, 2024 | Boston, MA</p>
<a target="_blank" href="https://bnnbreaking.com/tech/sigscalr-secures-176m-in-pre-seed-funding-to-revolutionize-observability-with-siglens" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
<div class="card mx-auto press-card mt-3 mt-md-0">
<a href="https://www.thesaasnews.com/news/sigscalr-closes-1-76-million-in-pre-seed-funding" target="_blank">
<div class="card-body d-flex justify-content-between flex-column">
<div>
<h5 class="site-name">The SaaS News</h5>
<h5 class="card-title">SigScalr Closes $1.76 Million in Pre-Seed Funding
</h5>
</div>
<div>
<p class="date">February 23, 2024 | Boston, MA</p>
<a target="_blank" href="https://www.thesaasnews.com/news/sigscalr-closes-1-76-million-in-pre-seed-funding" class="read-btn">Read the release <i class="fa fa-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<footer id="footer" class="pb-5">
<div class="container">
<div class="row py-0 py-md-5">
<div class="col-md-7 d-flex flex-row pl-5 footer-links order-1 order-md-0 mt-5 mt-md-0">
<div>
<a href="https://siglens.github.io/siglens-docs/" target="_blank"
class="footer-nav-heading">Docs</a>
</div>
<div>
<a href="/blog/allblogs.html" class="footer-nav-heading">Blogs</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="footer-nav-heading">Company</a>
<a class="mt-3 pl-2" href="/investors.html">Investors</a>
<a class="mt-3 pl-2" href="/press-news.html">Press & News</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="footer-nav-heading">Community</a>
<a class="mt-3 pl-2" href="https://github.com/siglens/siglens">GitHub</a>
<a class="mt-3 pl-2" href="/slack.html">Slack</a>
</div>
</div>
<div class="col-md-5 text-md-start order-0 order-md-1 mx-4 mx-md-0">
<h5 class="text-start font-weight-bold text-white">Subscribe to our newsletter</h5>
<form class="d-flex gap-4 align-items-end flex-row " id="newsletter-form">
<button class="btn btn-primary mt-2" id="ns-form-btn">
<a href="https://forms.gle/D4UmjNiJuzTe1Jnd7" target="_blank">Subscribe</a>
</button>
</form>
</div>
<div class="col-md-4 col-sm-12 mt-5 pl-5 order-2 order-md-2">
<div class="d-flex">
<a class="mr-4" href="https://twitter.com/SigLensHQ" target="_blank">
<div class="icon-container"><i class="fa-brands fa-x-twitter"></i></div>
</a>
<a class="mr-4" href="https://www.linkedin.com/company/sigscalr-io/" target="_blank">
<div class="icon-container"><i class="fa-brands fa-linkedin-in"></i></div>
</a>
<a class="" href="https://www.siglens.com/blog/blog-rss.xml" target="_blank" title="Subscribe to RSS feed">
<div class="icon-container">
<i class="fa-solid fa-rss"></i>
</div>
</a>
</div>
</div>
</div>
<div class="d-flex justify-content-center credits flex-column align-items-center mt-5 mt-md-0">
<img src="./assets/ss-logo.svg" alt="siglens-logo" style="height: 50px;">
<div class="font-weight-bold text-white h1 mb-4 mt-2">SigLens</div>
<div class="text-center">Made with ❤️ in New Hampshire, California, Montana and India.</div>
<div>Copyright © 2025 - <strong class="text-white pointer-event">SigLens.</strong></div>
</div>
</div>
</footer>
<!-- jQuery and JS bundle w/ Popper.js -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="./js/main.js"></script>
</body>
</html>