Questions tagged [silk]

Silk is a fork of Kibana, an open source (Apache Licensed), browser based analytics and search dashboard for Solr. Silk is a snap to setup and start using. Silk strives to be easy to get started with, while also being flexible and powerful.

The goal is to create a rich and flexible UI, enabling users to rapidly develop end-to-end applications that leverage the power of Apache Solr. Data can be ingested into Solr through a variety of ways, including Flume, Logstash and other connectors.

11 questions
8
votes
3 answers

django-silk shows 0 time for all queries

Using django 2.2.14 and django-silk 3.0. Just return overall time but the queries are all 0.Is some wrong about the version of django-silk or django?How can I solve the bizarre issus. Package Version Django 2.2.14 django-silk 3.0.2 silk show image
Ramsey
  • 103
  • 7
3
votes
2 answers

How to convert silk audio file from WeChat to amr format?

When I developing WeChat mini program, I want to achieve the voice control. but the audio provided by WeChat client is silk. I need to convert the silk file to some format can be recognized by 3rd voice detection service. Some 3rd services support…
hzwzw
  • 1,042
  • 12
  • 17
1
vote
0 answers

Errors when trying to compile a file from the SILK part of Opus codec source code

I'm trying to implement a steganography scheme in Opus audio file using pulse data from the opus bitstream. I've installed the source code for the Opus codec, and I realized that I only need the SILK part for my requirements. I need to compile some…
1
vote
1 answer

NetFlow, count min, median, and max number of bytes per flow

I have captured .silk file. Is it possible to count min, median, and max number of bytes per flow using SiLK utils? If yes, could you please point me in the right direction.
iceone213
  • 1,141
  • 1
  • 11
  • 22
1
vote
1 answer

YAF terminating on error (couldn't create connected TCP socket)

I've installed and configured YAF (v. 2.8.4) + SiLK(v. 3.12.1) on Debian 8.2, and I faced with 2 problems: 1st. Every time I start yaf, as long as a TCP connection established, yaf process terminated with this error: [2016-05-25 08:13:36] yaf…
MrRolling
  • 2,145
  • 1
  • 24
  • 33
1
vote
1 answer

How to use countDistinct to get distinct values grouped by ... without using json.facet

Using solr 5.2.1 I'm trying to do something that in sql would look like: SELECT COUNT(DISTINCT(SESSION_ID)), COUNTRY FROM LOG GROUP BY COUNTRY The following answer would work but uses json.facet and I would like to create a banan panel for this…
HMR
  • 37,593
  • 24
  • 91
  • 160
0
votes
1 answer

Convert SILK encoded data to wav file in python

I was surprised I couldn't find an answer to this from a search - maybe I'm using the wrong search terms. I have what I suspect is a silk compressed datastream (see below) that I would like to turn into a audio file (something like wav ideally). I'm…
user6916458
  • 400
  • 2
  • 7
  • 19
0
votes
1 answer

How can i generate rtp pcap file with silk codec?

for a university project my teacher said me generate rtp pcap file with silk codec. I explorer ffmpeg and i dont see any thing useful for me for generate rtp pcap file with encode silk codec.
GreenMan
  • 269
  • 1
  • 15
0
votes
1 answer

How to run a recorded Test with Values of a STRING LIST?

I recorded a testcase Applikation, now I want to run the testcase, but istead of using: ------CustomerSearch.Customers.Select ("ARUNDEL, CLAUDE") -------- in my Code. I want to get the Customer (Person) from the LIST OF…
EllieFox
  • 1
  • 1
  • 2
0
votes
1 answer

What to put into consideration while adding a new Kibana-5 data source?

I'm attempting to add solr as a new data source for Kibana-5 to read from. Does it all it take is to only add a new plugin to the source code or there are other areas where I should take into consideration?
-2
votes
2 answers

Optimize a keyword

I automate tests using SilkTest and Java. In this keyword, I get the list and I compare it to the one expected. Is there a way to optimize my code since I have declared each list multiple times. public void vérification_des_listes(String…